[jboss-svn-commits] JBoss Common SVN: r2289 - common-core/trunk and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 8 16:14:19 EST 2007


Author: pgier
Date: 2007-03-08 16:14:18 -0500 (Thu, 08 Mar 2007)
New Revision: 2289

Modified:
   build/trunk/pom.xml
   common-core/trunk/pom.xml
   common-logging-jdk/trunk/pom.xml
   common-logging-log4j/trunk/pom.xml
   common-logging-spi/trunk/pom.xml
Log:
Added repository URLs for trunk and tags to the poms.
Changed version of jboss-deploy-maven-plugin from 1.0-SNAPSHOT
to 1.0.

Modified: build/trunk/pom.xml
===================================================================
--- build/trunk/pom.xml	2007-03-08 00:49:23 UTC (rev 2288)
+++ build/trunk/pom.xml	2007-03-08 21:14:18 UTC (rev 2289)
@@ -26,7 +26,10 @@
   <artifactId>jboss-common</artifactId>
   <name>JBoss Common Build</name>
   <url>http://www.jboss.org</url>
-  <description>Parent project for the JBoss Common Classes Jars</description>
+  <description>JBoss Common</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/build/trunk/</connection>
+  </scm>
   <packaging>pom</packaging>
   <build>
     <finalName>${artifactId}</finalName>  
@@ -34,7 +37,7 @@
       <plugin>
         <groupId>jboss.maven-plugins</groupId>
         <artifactId>jboss-deploy-maven-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <goals>
@@ -89,9 +92,14 @@
     <repository>
       <id>cvs-file-repository</id>
       <!-- Set maven.cvs.root in your settings.xml
-      See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCommonProject
-      -->
+           See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCommonProject
+        -->
       <url>file://${maven.cvs.root}</url>
     </repository>
   </distributionManagement>
+  <properties>
+    <!-- The tagBase property is needed during the release process so that the maven release plugin
+      will create the release tag in the appropriate location. -->
+    <tagBase>https://svn.jboss.org/repos/common/build/tags</tagBase>
+  </properties>
 </project>

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2007-03-08 00:49:23 UTC (rev 2288)
+++ common-core/trunk/pom.xml	2007-03-08 21:14:18 UTC (rev 2289)
@@ -11,7 +11,7 @@
   <packaging>jar</packaging>
   <name>JBoss Common Classes</name>
   <url>http://www.jboss.org</url>
-  <description>A set of commonly used classed classes</description>
+  <description>JBoss Common Core Utility classes</description>
   <scm>
     <connection>scm:svn:https://svn.jboss.org/repos/common/common-core/trunk/</connection>
   </scm>
@@ -56,4 +56,9 @@
       <scope>test</scope>
     </dependency>
   </dependencies>  
+  <properties>
+    <!-- The tagBase property is needed during the release process so that the maven release plugin
+      will create the release tag in the appropriate location. -->
+    <tagBase>https://svn.jboss.org/repos/common/common-core/tags</tagBase>
+  </properties>
 </project>

Modified: common-logging-jdk/trunk/pom.xml
===================================================================
--- common-logging-jdk/trunk/pom.xml	2007-03-08 00:49:23 UTC (rev 2288)
+++ common-logging-jdk/trunk/pom.xml	2007-03-08 21:14:18 UTC (rev 2289)
@@ -7,11 +7,14 @@
 	  <relativePath>../build/pom.xml</relativePath>
 	</parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-logging-jdk</artifactId>
+  <artifactId>jboss-common-logging-jdk</artifactId>
   <packaging>jar</packaging>
   <name>JBoss Logging JDK</name>
   <url>http://www.jboss.org</url>
-  <description>JBoss Logging JDK classes</description>
+  <description>JBoss Common Logging JDK Implementation</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-jdk/trunk/</connection>
+  </scm>
   <repositories>
     <repository>
       <id>jboss</id>
@@ -35,4 +38,9 @@
       <version>2.0.3.GA</version>
     </dependency>
   </dependencies>  
+  <properties>
+    <!-- The tagBase property is needed during the release process so that the maven release plugin
+      will create the release tag in the appropriate location. -->
+    <tagBase>https://svn.jboss.org/repos/common/common-logging-jdk/tags</tagBase>
+  </properties>
 </project>

Modified: common-logging-log4j/trunk/pom.xml
===================================================================
--- common-logging-log4j/trunk/pom.xml	2007-03-08 00:49:23 UTC (rev 2288)
+++ common-logging-log4j/trunk/pom.xml	2007-03-08 21:14:18 UTC (rev 2289)
@@ -7,11 +7,14 @@
 	  <relativePath>../build/pom.xml</relativePath>
 	</parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-logging-log4j</artifactId>
+  <artifactId>jboss-common-logging-log4j</artifactId>
   <packaging>jar</packaging>
   <name>JBoss Logging Log4j</name>
   <url>http://www.jboss.org</url>
-  <description>JBoss Logging Log4j classes</description>
+  <description>JBoss Common Logging Log4j Implementation</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-log4j/trunk/</connection>
+  </scm>
   <dependencies>
     <dependency>
       <groupId>jboss</groupId>
@@ -31,4 +34,9 @@
       <scope>compile</scope>
     </dependency>    
   </dependencies>  
+  <properties>
+    <!-- The tagBase property is needed during the release process so that the maven release plugin
+      will create the release tag in the appropriate location. -->
+    <tagBase>https://svn.jboss.org/repos/common/common-logging-log4j/tags</tagBase>
+  </properties>
 </project>

Modified: common-logging-spi/trunk/pom.xml
===================================================================
--- common-logging-spi/trunk/pom.xml	2007-03-08 00:49:23 UTC (rev 2288)
+++ common-logging-spi/trunk/pom.xml	2007-03-08 21:14:18 UTC (rev 2289)
@@ -7,9 +7,17 @@
 	  <relativePath>../build/pom.xml</relativePath>
 	</parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-logging-spi</artifactId>
+  <artifactId>jboss-common-logging-spi</artifactId>
   <packaging>jar</packaging>
   <name>JBoss Logging Programming Interface</name>
   <url>http://www.jboss.org</url>
   <description>The JBoss Logging Framework Programming Interface</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-logging-spi/trunk/</connection>
+  </scm>
+  <properties>
+    <!-- The tagBase property is needed during the release process so that the maven release plugin
+      will create the release tag in the appropriate location. -->
+    <tagBase>https://svn.jboss.org/repos/common/common-logging-spi/tags</tagBase>
+  </properties>
 </project>




More information about the jboss-svn-commits mailing list