Author: jochen
Date: Mon Oct  5 09:08:15 2009
New Revision: 821725

URL: http://svn.apache.org/viewvc?rev=821725&view=rev
Log: (empty)

Modified:
    labs/jaxmas/trunk/JaxMas/pom.xml

Modified: labs/jaxmas/trunk/JaxMas/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/jaxmas/trunk/JaxMas/pom.xml?rev=821725&r1=821724&r2=821725&view=diff
==============================================================================
--- labs/jaxmas/trunk/JaxMas/pom.xml (original)
+++ labs/jaxmas/trunk/JaxMas/pom.xml Mon Oct  5 09:08:15 2009
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.labs.jaxmas</groupId>
   <artifactId>jaxmas-registry</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.2-SNAPSHOT</version>
   <name>JaxMas</name>
   <description>
     Poor mans JAXR implementation for unit testing of applications based on 
JAXR.
@@ -118,5 +118,23 @@
   </reporting>
   <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-       </properties>
+  </properties>
+
+  <distributionManagement>
+    <repository>
+      <id>${repo.id}</id>
+      <url>${repo.url}</url>
+      <name>${repo.url}</name>
+    </repository>
+    <snapshotRepository>
+      <id>${repo.snapshots.id}</id>
+      <url>${repo.snapshots.url}</url>
+      <name>${repo.snapshots.url}</name>
+    </snapshotRepository>
+    <site>
+      <id>${site.id}</id>
+      <name>${site.name}</name>
+      <url>${site.url}</url>
+    </site>
+  </distributionManagement>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to