[jboss-svn-commits] JBoss Common SVN: r2295 - in common-core/tags: jboss-common-core-2.0.4-beta2 and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 15 17:31:52 EDT 2007


Author: pgier
Date: 2007-03-15 17:31:52 -0400 (Thu, 15 Mar 2007)
New Revision: 2295

Added:
   common-core/tags/jboss-common-core-2.0.4-beta2/
   common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml
Removed:
   common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml
Log:
[maven-scm] copy for tag jboss-common-core-2.0.4-beta2

Copied: common-core/tags/jboss-common-core-2.0.4-beta2 (from rev 2289, common-core/trunk)


Property changes on: common-core/tags/jboss-common-core-2.0.4-beta2
___________________________________________________________________
Name: svn:ignore
   + target
pom_with_ydoc.xml
junk.txt


Deleted: common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2007-03-08 21:14:18 UTC (rev 2289)
+++ common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml	2007-03-15 21:31:52 UTC (rev 2295)
@@ -1,64 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<groupId>jboss</groupId>
-		<artifactId>jboss-common</artifactId>
-		<version>2.0.4-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
-	</parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-common-core</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Common Classes</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss Common Core Utility classes</description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/common-core/trunk/</connection>
-  </scm>
-  <dependencies>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.7.1</version>
-    </dependency> 
-    <dependency>
-      <groupId>apache-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
-    </dependency>      
-    <dependency>
-      <groupId>oswego-concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-slide</groupId>
-      <artifactId>webdavlib</artifactId>
-      <version>2.0</version>
-    </dependency>   
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-      <!-- v >= 2.0.2.GA -->
-      <version>[2.0.2,)</version>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-test</artifactId>
-      <!-- v >= 1.0.1.GA -->
-      <version>[1.0.1.GA,)</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <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>

Copied: common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml (from rev 2294, common-core/trunk/pom.xml)
===================================================================
--- common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml	                        (rev 0)
+++ common-core/tags/jboss-common-core-2.0.4-beta2/pom.xml	2007-03-15 21:31:52 UTC (rev 2295)
@@ -0,0 +1,69 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<groupId>jboss</groupId>
+		<artifactId>jboss-common</artifactId>
+		<version>2.0.4-beta</version>
+	  <relativePath>../build/pom.xml</relativePath>
+	</parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-common-core</artifactId>
+  <version>2.0.4-beta2</version>
+  <packaging>jar</packaging>
+  <name>JBoss Common Classes</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss Common Core Utility classes</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/common-core/tags/jboss-common-core-2.0.4-beta2</connection>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <!-- 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>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.7.1</version>
+    </dependency> 
+    <dependency>
+      <groupId>apache-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>2.0.2</version>
+    </dependency>      
+    <dependency>
+      <groupId>oswego-concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.4</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-slide</groupId>
+      <artifactId>webdavlib</artifactId>
+      <version>2.0</version>
+    </dependency>   
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>2.0.2.GA</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>1.0.3.GA</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>  
+</project>




More information about the jboss-svn-commits mailing list