Add plant glossary import
[cdmlib-apps.git] / app-import / pom.xml
index 456b138a34b2eb6cf9877061a54db45f0be1946d..21013af161025c10eb0164b1e647bec9eca59363 100644 (file)
@@ -6,20 +6,33 @@
    -->
   <modelVersion>4.0.0</modelVersion>
   
-  <groupId>eu.etaxonomy.cdm</groupId>
+  <groupId>eu.etaxonomy</groupId>
   <artifactId>imports</artifactId>
-  <version>3.12.0-SNAPSHOT</version>
+  <version>5.2.0-SNAPSHOT</version>
   
   <name>App Import</name>
   <description>A collection of diverse imports to the EDIT CDM Platform</description>
   <scm>
-    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</connection>
-    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</developerConnection>
-    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/app-import/</url>
+    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-apps.git</connection>
+    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-apps.git</developerConnection>
+    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib-apps.git/tree/HEAD:/app-import</url>
   </scm>
   <properties>
-       <java.codelevel>1.7</java.codelevel>
+       <java.codelevel>1.8</java.codelevel>
   </properties>
+  
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>eu.etaxonomy</groupId>
+        <artifactId>cdmlib-parent</artifactId>
+        <version>${project.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
   <build>
     <plugins>
        <plugin>
          </plugin>
     </plugins>
   </build>
+  
   <repositories>
-       <!-- codehaus mule repository needed for yourkit  -->
-       <repository>
-           <id>CodehausMuleRepository</id>
-           <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
-       </repository>
+      <!-- the cdm internal repository -->
+      <repository>
+          <id>EditRepository</id>
+          <url>https://cybertaxonomy.eu/mavenrepo/</url>
+      </repository>
   </repositories>
+  
   <dependencies>
        <dependency>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-io</artifactId>
-               <version>${project.version}</version>
        </dependency>
        <dependency>
                <groupId>eu.etaxonomy</groupId>
-               <artifactId>cdmlib-persistence</artifactId>
-               <type>test-jar</type>
-               <scope>test</scope>
-               <version>${project.version}</version>
+               <artifactId>cdmlib-test</artifactId>
+        <scope>test</scope>
        </dependency>
-       <!-- <dependency>
-               <groupId>org.unitils</groupId>
-               <artifactId>unitils-dbunit</artifactId>
-               <version>3.3</version>
-               <scope>test</scope>
-       </dependency>
-       <dependency>
-               <groupId>org.unitils</groupId>
-               <artifactId>unitils-spring</artifactId>
-               <version>3.3</version>
-               <scope>test</scope>
-       </dependency> -->
-
-
-<!--     <dependency>
-       <groupId>aspectj</groupId>
-       <artifactId>aspectjrt</artifactId>
-               <version>1.6.3</version>
-    </dependency> -->
-  </dependencies></project>
+  </dependencies>
+</project>