Project

General

Profile

« Previous | Next » 

Revision 78d27f7c

Added by edit-jenkins about 11 years ago

Updated version in config files to 3.1.3

View differences:

pom.xml
6 6
  </prerequisites>
7 7
  <groupId>eu.etaxonomy</groupId>
8 8
  <artifactId>taxeditor-parent</artifactId>
9
  <version>3.1.3-SNAPSHOT</version>
9
  <version>3.1.3.201302041435</version>
10 10
  <name>EDIT Taxonomic Editor</name>
11 11
  <description>The Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
12 12
  <url>http://wp5.e-taxonomy.eu</url>
......
15 15
  <properties>
16 16
    <java.codelevel>1.6</java.codelevel>
17 17
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
    <cdmlib.version>3.1.3-SNAPSHOT</cdmlib.version><!-- TODO can we use project.version ????? -->
18
    <cdmlib.version>3.1.3</cdmlib.version>
19
    <!-- TODO can we use project.version ????? -->
19 20
    <tycho.version>0.14.0</tycho.version>
20
    <taxeditor.version>3.1.3-SNAPSHOT</taxeditor.version>
21
    <taxeditor.version>3.1.3</taxeditor.version>
21 22
  </properties>
22 23
  <modules>
23 24
    <module>eu.etaxonomy.taxeditor.cdmlib</module>
......
77 78
      </roles>
78 79
      <url/>
79 80
    </developer>
80
	<developer>
81
    <developer>
81 82
      <!-- your SVN account id please! -->
82 83
      <id>a.mueller</id>
83 84
      <name>
......
105 106
    <url>http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/</url>
106 107
  </ciManagement>
107 108
  <!-- **** REPOSITORIES **** -->
108
     <profiles>
109
      <profile>
110
	<id>local-repository</id>
111
	<activation>
112
	  <property>
113
	    <name>localrepo</name>        			
114
	  </property>
115
	</activation>
116
	<repositories>
117
	<repository>
118
	  <id>EditLocalRepository</id>
119
	  <url>file://${localrepo}/eu/etaxonomy/</url>
120
	  <releases> 
121
	    <enabled>false</enabled> 
122
	    <updatePolicy>always</updatePolicy> 
123
	  </releases> 
124
	  <snapshots> 
125
	    <enabled>true</enabled> 
126
	    <updatePolicy>always</updatePolicy> 
127
	  </snapshots>
128
	</repository>      
109
  <profiles>
110
    <profile>
111
      <id>local-repository</id>
112
      <activation>
113
        <property>
114
          <name>localrepo</name>
115
        </property>
116
      </activation>
117
      <repositories>
118
        <repository>
119
          <id>EditLocalRepository</id>
120
          <url>file://${localrepo}/eu/etaxonomy/</url>
121
          <releases>
122
            <enabled>false</enabled>
123
            <updatePolicy>always</updatePolicy>
124
          </releases>
125
          <snapshots>
126
            <enabled>true</enabled>
127
            <updatePolicy>always</updatePolicy>
128
          </snapshots>
129
        </repository>
129 130
      </repositories>
130
      </profile>      
131
    </profiles>
131
    </profile>
132
  </profiles>
132 133
  <repositories>
133 134
    <!-- the cdm internal repository -->
134 135
    <repository>
......
360 361
    </extensions>
361 362
    <pluginManagement>
362 363
      <plugins>
363
	<plugin>
364
	  <groupId>org.apache.maven.plugins</groupId>
365
	  <artifactId>maven-antrun-plugin</artifactId>
366
	  <version>1.7</version>
367
	</plugin>
364
        <plugin>
365
          <groupId>org.apache.maven.plugins</groupId>
366
          <artifactId>maven-antrun-plugin</artifactId>
367
          <version>1.7</version>
368
        </plugin>
368 369
      </plugins>
369 370
    </pluginManagement>
370 371
  </build>

Also available in: Unified diff