Project

General

Profile

« Previous | Next » 

Revision 63667693

Added by jenkins about 7 years ago

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

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 3
  <modelVersion>4.0.0</modelVersion>
5 4
  <prerequisites>
6 5
    <maven>3.0</maven>
7 6
  </prerequisites>
8 7
  <groupId>eu.etaxonomy</groupId>
9 8
  <artifactId>taxeditor-parent</artifactId>
10
  <version>4.6.0-SNAPSHOT</version>
9
  <version>4.7.0-SNAPSHOT</version>
11 10
  <name>EDIT Taxonomic Editor</name>
12 11
  <description>The Taxonomic Editor for EDIT's platform for
13 12
    cybertaxonomy
......
19 18
  <properties>
20 19
    <java.codelevel>1.8</java.codelevel>
21 20
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
    <cdmlib.version>4.6.0-SNAPSHOT</cdmlib.version>
21
    <cdmlib.version>4.7.0-SNAPSHOT</cdmlib.version>
23 22
    <!-- TODO can we use project.version ????? -->
24 23
    <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
25 24
      for higher version numbers tycho needs to be build against Eclipse Mars or 
26 25
      higher -->
27 26
    <tycho.version>0.22.0</tycho.version>
28
    <taxeditor.version>4.6.0-SNAPSHOT</taxeditor.version>
27
    <taxeditor.version>4.7.0-SNAPSHOT</taxeditor.version>
29 28
    <update.dir>snapshot</update.dir>
30 29
    <unitils.version>3.4.2</unitils.version>
31 30
    <log4j.version>1.2.17</log4j.version>
......
93 92
        <role>Java Developer</role>
94 93
        <role>Architect</role>
95 94
      </roles>
96
      <url />
95
      <url/>
97 96
    </developer>
98 97
    <developer>
99 98
      <!-- your SVN account id please! -->
......
111 110
        <role>Java Developer</role>
112 111
        <role>Architect</role>
113 112
      </roles>
114
      <url />
113
      <url/>
115 114
    </developer>
116 115
  </developers>
117 116
  <issueManagement>

Also available in: Unified diff