Project

General

Profile

« Previous | Next » 

Revision e1b5318b

Added by jenkins over 1 year ago

Updated version in pom / project files to taxeditor version : 5.34.0-SNAPSHOT and cdmlib version : 5.34.0-SNAPSHOT

View differences:

pom.xml
6 6
  </prerequisites>
7 7
  <groupId>eu.etaxonomy</groupId>
8 8
  <artifactId>taxeditor-parent</artifactId>
9
  <version>5.33.0-SNAPSHOT</version>
9
  <version>5.34.0-SNAPSHOT</version>
10 10
  <name>EDIT Taxonomic Editor</name>
11 11
  <description>The Taxonomic Editor for EDIT's platform for
12 12
    cybertaxonomy
......
18 18
  <properties>
19 19
    <java.codelevel>1.8</java.codelevel>
20 20
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
    <cdmlib.version>5.33.0-SNAPSHOT</cdmlib.version>
21
    <cdmlib.version>5.34.0-SNAPSHOT</cdmlib.version>
22 22
    <!-- TODO can we use project.version ????? -->
23 23
    <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
24 24
      for higher version numbers tycho needs to be build against Eclipse Mars or 
25 25
      higher -->
26 26
    <tycho.version>1.7.0</tycho.version>
27
    <taxeditor.version>5.33.0-SNAPSHOT</taxeditor.version>
27
    <taxeditor.version>5.34.0-SNAPSHOT</taxeditor.version>
28 28
    <update.dir>snapshot</update.dir>
29 29
    <log4j.version>2.18.0</log4j.version>
30 30
    <httpcomponents.version>4.5.13</httpcomponents.version>
31 31
    <jetty-version>9.4.26.v20200117</jetty-version>
32 32
    <doclint>none</doclint>
33
  
33 34
    <!-- see according comment in cdmlib for possible finetuning -->
34 35
  </properties>
35 36
  <modules>
......
124 125
    <url>https://int.e-taxonomy.eu/jenkins/view/EDIT%20Taxonomic%20Editor/
125 126
    </url>
126 127
  </ciManagement>
127
  
128 128
  <!-- **** REPOSITORIES **** -->
129
  
130 129
  <profiles>
131 130
    <profile>
132 131
      <id>local-repository</id>
......
185 184
      <url>https://cybertaxonomy.eu/mavenrepo/</url>
186 185
    </pluginRepository>
187 186
  </pluginRepositories>
188
  
189 187
  <!-- BUILD -->
190
  
191 188
  <build>
192 189
    <plugins>
193 190
      <plugin>
......
440 437
      </plugins>
441 438
    </pluginManagement>
442 439
  </build>
443

  
444 440
  <!-- ******* REPORTING ***** -->
445

  
446 441
  <reporting>
447 442
    <plugins>
448 443
      <plugin>
......
464 459
      </plugin>
465 460
    </plugins>
466 461
  </reporting>
467

  
468 462
  <!-- DISTRIBUTION MANAGEMENT -->
469

  
470 463
  <distributionManagement>
471 464
    <site>
472 465
      <id>cybertaxonomy.eu</id>
......
482 475
      </url>
483 476
    </repository>
484 477
  </distributionManagement>
485
  
486
  <!-- DEPENDENCY MANAGEMENT --> 
487
  
478
  <!-- DEPENDENCY MANAGEMENT -->
488 479
  <dependencyManagement>
489 480
    <dependencies>
490 481
      <dependency>

Also available in: Unified diff