[jboss-cvs] JBossAS SVN: r97510 - projects/jboss-osgi/projects/aQute/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 7 11:09:44 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-07 11:09:43 -0500 (Mon, 07 Dec 2009)
New Revision: 97510

Modified:
   projects/jboss-osgi/projects/aQute/trunk/pom.xml
Log:
Add DistributionManagement

Modified: projects/jboss-osgi/projects/aQute/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/aQute/trunk/pom.xml	2009-12-07 16:07:52 UTC (rev 97509)
+++ projects/jboss-osgi/projects/aQute/trunk/pom.xml	2009-12-07 16:09:43 UTC (rev 97510)
@@ -16,6 +16,7 @@
 
   <name>aQute</name>
   <description>A utility and plugin to wrap, build, or print bundles</description>
+  <url>http://www.aQute.biz/Code/Bnd</url>
   
   <groupId>biz.aQute</groupId>
   <artifactId>aQute</artifactId>
@@ -23,6 +24,13 @@
 
   <version>0.0.366-SNAPSHOT</version>
 
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/aQute/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/aQute/trunk</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/aQute/trunk</url>
+  </scm>
+  
   <!-- Properties -->
   <properties>
     <version.apache.ant>1.7.1</version.apache.ant>
@@ -132,6 +140,21 @@
     </plugins>
   </build>
 
+  <!-- Organization -->
+  <organization>
+    <name>aQute SARL</name>
+    <url>http://www.aQute.biz</url>
+  </organization>
+  
+  <!-- Licenses -->
+  <licenses>
+    <license>
+    <name>All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).</name>
+    <url>http://www.opensource.org/licenses/apache2.0.php</url>
+    <distribution>repo</distribution>
+    </license>
+  </licenses>
+  
   <!-- Repositories -->
   <repositories>
     <repository>
@@ -151,24 +174,17 @@
     </repository>
   </repositories>
 
-  <url>http://www.aQute.biz/Code/Bnd</url>
+  <!-- DistributionManagement -->
+  <distributionManagement>
+    <repository>
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
   
-  <organization>
-    <name>aQute SARL</name>
-    <url>http://www.aQute.biz</url>
-  </organization>
-  
-  <licenses>
-    <license>
-    <name>All files contained in this JAR are licensed under the Apache 2.0 license, unless noted differently in their source (see swing2swt).</name>
-    <url>http://www.opensource.org/licenses/apache2.0.php</url>
-    <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/aQute/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/aQute/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/aQute/trunk</url>
-  </scm>
 </project>




More information about the jboss-cvs-commits mailing list