Project

General

Profile

« Previous | Next » 

Revision 5c3f2528

Added by Andreas Kohlbecker about 4 years ago

ref #8868 managing jetty-version as property from parent pom v=9.4.26.v20200117

View differences:

eu.etaxonomy.taxeditor.test/pom.xml
68 68
      <plugin>
69 69
        <groupId>org.eclipse.jetty</groupId>
70 70
        <artifactId>jetty-maven-plugin</artifactId>
71
        <version>9.4.1.v20170120</version>
71
        <version>${jetty-version}</version>
72 72
        <configuration>
73 73
          <systemProperties>
74 74
            <force>true</force>
eu.etaxonomy.taxeditor.webapp/pom.xml
11 11
  <packaging>eclipse-plugin</packaging>
12 12
  <name>CDM Library Webapp Plugin</name>
13 13
  <description>CDM Library webapp as a plugin</description>
14
  <properties>
15
    <jetty-version>9.4.26.v20200117</jetty-version>
16
  </properties>
17 14
  <build>
18 15
    <pluginManagement>
19 16
      <plugins>
pom.xml
30 30
    <log4j.version>1.2.17</log4j.version>
31 31
    <javadoc.opts>-Xdoclint:none</javadoc.opts>
32 32
    <httpcomponents.version>4.5.11</httpcomponents.version>
33
    <jetty-version>9.4.26.v20200117</jetty-version>
33 34
  </properties>
34 35
  <modules>
35 36
    <module>eu.etaxonomy.taxeditor.cdmlib</module>

Also available in: Unified diff