[jboss-svn-commits] JBoss Common SVN: r4897 - common-core/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 12 11:06:27 EDT 2011


Author: dimitris at jboss.org
Date: 2011-08-12 11:06:27 -0400 (Fri, 12 Aug 2011)
New Revision: 4897

Modified:
   common-core/trunk/pom.xml
Log:
JBCOMMON-102, (attempt to) release jboss common 2.2.18

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2011-06-21 03:27:29 UTC (rev 4896)
+++ common-core/trunk/pom.xml	2011-08-12 15:06:27 UTC (rev 4897)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>4.0.CR1</version>
+    <version>5</version>
   </parent>
   <groupId>org.jboss</groupId>   
   <artifactId>jboss-common-core</artifactId>
@@ -16,7 +16,37 @@
     <connection>scm:svn:http://anonsvn.jboss.org/repos/common/common-core/trunk/</connection>
     <developerConnection>scm:svn:https://svn.jboss.org/repos/common/common-core/trunk/</developerConnection>    
   </scm>
-  
+<!-- -->
+<repositories>
+    <repository>
+      <id>jboss-public-repository-group</id>
+      <name>JBoss Public Repository Group</name>
+      <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+      <layout>default</layout>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+      </snapshots>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>jboss-public-repository-group</id>
+      <name>JBoss Public Repository Group</name>
+      <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+<!-- -->  
   <build>
     <plugins>
       <plugin>
@@ -73,7 +103,7 @@
   <dependencies>
   
     <dependency>
-      <groupId>apache-httpclient</groupId>
+      <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <version>2.0.2</version>
       <scope>compile</scope>
@@ -81,7 +111,7 @@
     </dependency>
     
     <dependency>
-      <groupId>apache-slide</groupId>
+      <groupId>slide</groupId>
       <artifactId>webdavlib</artifactId>
       <version>2.0</version>
       <scope>compile</scope>



More information about the jboss-svn-commits mailing list