Author: [email protected]
Date: Tue Apr 19 17:07:01 2011
New Revision: 1001

Log:
AMDATU-117 switched to parent release 1 / enable isolated build

Modified:
   trunk/amdatu-core/pom.xml

Modified: trunk/amdatu-core/pom.xml
==============================================================================
--- trunk/amdatu-core/pom.xml   (original)
+++ trunk/amdatu-core/pom.xml   Tue Apr 19 17:07:01 2011
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>1-test2-SNAPSHOT</version>
+    <version>1</version>
     <relativePath>../amdatu-parent/pom.xml</relativePath>
   </parent>
   <groupId>org.amdatu</groupId>
@@ -15,6 +15,31 @@
   <name>Amdatu Platform</name>
   <description>This module consists of all bundles that are part of the Amdatu 
Platform.</description>
 
+  <repositories>
+    <repository>
+      <id>amdatu.releases</id>
+      <name>Amdatu Release Repository</name>
+      <url>http://repository.amdatu.org/releases/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>amdatu.snapshots</id>
+      <name>Amdatu Snapshots Repository</name>
+      <url>http://repository.amdatu.org/snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
   <properties>
     <pax.useradmin.version>0.0.1-amdatu1</pax.useradmin.version>
   </properties>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to