Project

General

Profile

« Previous | Next » 

Revision e35a72c0

Added by Andreas Müller about 4 years ago

cleanup poms in cdmlib-app

View differences:

app-import/pom.xml
8 8
  
9 9
  <groupId>eu.etaxonomy</groupId>
10 10
  <artifactId>imports</artifactId>
11
  <version>5.6.0-SNAPSHOT</version>
11
  <version>5.14.0-SNAPSHOT</version>
12 12
  
13 13
  <name>App Import</name>
14 14
  <description>A collection of diverse imports to the EDIT CDM Platform</description>
cdm-pesi/pom.xml
12 12
  
13 13
  <groupId>eu.etaxonomy.cdm</groupId>
14 14
  <artifactId>cdm-pesi</artifactId>
15
  <version>5.6.0-SNAPSHOT</version>
15
  <version>5.14.0-SNAPSHOT</version>
16 16
  
17 17
  <name>CDM PESI</name>
18 18
  <description>The PESI package for EDIT's CdmLibrary</description>
......
39 39
    </plugins>
40 40
  </build>
41 41
  <repositories>
42
       <!-- codehaus mule repository needed for yourkit  -->
43
       <repository>
44
           <id>CodehausMuleRepository</id>
45
           <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
46
       </repository>
42
      <!-- the cdm internal repository -->
43
      <repository>
44
          <id>EditRepository</id>
45
          <url>https://cybertaxonomy.eu/mavenrepo/</url>
46
      </repository>
47 47
  </repositories>
48 48
  <dependencies>   
49 49
  	<dependency>
......
54 54
   	<dependency>
55 55
  		<groupId>eu.etaxonomy</groupId>
56 56
  		<artifactId>cdmlib-io</artifactId>
57
  		<version>${project.version}</version>
57
 		<version>${project.version}</version>
58 58
  	</dependency>
59 59

  
60 60
	<!-- Profiling -->
cdmapps-parent/pom.xml
3 3
    <modelVersion>4.0.0</modelVersion>
4 4
    <groupId>eu.etaxonomy.cdm</groupId>
5 5
    <artifactId>app-parent</artifactId>
6
	<version>5.6.0-SNAPSHOT</version>
6
	<version>5.14.0-SNAPSHOT</version>
7 7
    <name>CDM Applications Parent</name>
8 8
    <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
9 9
    <url>http://wp5.e-taxonomy.eu/cdmlib/</url>
10 10
    <inceptionYear>2007</inceptionYear>
11 11
    <packaging>pom</packaging>
12
    <modules>
13
        <module>cdmlib-commons</module>
14
        <module>cdmlib-model</module>
15
        <module>cdmlib-persistence</module>
16
        <module>cdmlib-services</module>
17
        <module>cdmlib-ext</module>
18
        <module>cdmlib-io</module>
19
        <module>cdmlib-remote</module>
20
        <module>cdmlib-print</module>
21
        <module>cdmlib-remote-webapp</module>
22
    </modules>
23 12
    <properties>
24
		<java.codelevel>1.7</java.codelevel>
13
		<java.codelevel>1.8</java.codelevel>
25 14
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26 15
    </properties>
27 16
    <licenses>
......
36 25
        <url>http://www.e-taxonomy.eu/</url>
37 26
    </organization>
38 27
    <issueManagement>
39
        <system>Trac</system>
40
        <url>http://dev.e-taxonomy.eu/trac/</url>
28
        <system>Redmine</system>
29
        <url>https://dev.e-taxonomy.eu/redmine/projects/edit</url>
41 30
    </issueManagement>
42 31
    <ciManagement>
43
        <system>Hudson</system>
32
        <system>Jenkins</system>
44 33
        <url>http://160.45.63.201/jenkins</url>
45 34
    </ciManagement>
46 35
    <!-- **** REPOSITORIES **** -->
......
76 65
            <name>JBoss Repository</name>
77 66
            <url>http://repository.jboss.com</url>
78 67
        </repository>
79
        <!-- codehaus mule repository needed for yourkit  -->
80
        <repository>
81
            <id>CodehausMuleRepository</id>
82
            <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
83
        </repository>
84 68
        <!-- current spring source repositories -->
85 69
        <repository>
86 70
            <id>SpringSource Enterprise Bundle Repository - External Bundle Milestones</id>
pom.xml
4 4
	<parent>
5 5
		<groupId>eu.etaxonomy</groupId>
6 6
		<artifactId>cdmlib-parent</artifactId>
7
		<version>5.6.0-SNAPSHOT</version>
7
		<version>5.14.0-SNAPSHOT</version>
8 8
		<relativePath>../pom.xml</relativePath>
9 9
	</parent>
10 10

  

Also available in: Unified diff