[jboss-svn-commits] JBoss Common SVN: r3154 - in common-logging-spi/tags: 2.1.0.GA and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon May 11 19:37:26 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-05-11 19:37:26 -0400 (Mon, 11 May 2009)
New Revision: 3154

Added:
   common-logging-spi/tags/2.1.0.GA/
   common-logging-spi/tags/2.1.0.GA/.classpath
   common-logging-spi/tags/2.1.0.GA/.project
   common-logging-spi/tags/2.1.0.GA/.settings/
   common-logging-spi/tags/2.1.0.GA/pom.xml
   common-logging-spi/tags/2.1.0.GA/projectSet.psf
   common-logging-spi/tags/2.1.0.GA/src/
Removed:
   common-logging-spi/tags/2.1.0.GA/.classpath
   common-logging-spi/tags/2.1.0.GA/.project
   common-logging-spi/tags/2.1.0.GA/.settings/
   common-logging-spi/tags/2.1.0.GA/pom.xml
   common-logging-spi/tags/2.1.0.GA/projectSet.psf
   common-logging-spi/tags/2.1.0.GA/src/
Log:
[maven-release-plugin]  copy for tag 2.1.0.GA

Copied: common-logging-spi/tags/2.1.0.GA (from rev 3152, common-logging-spi/trunk)

Deleted: common-logging-spi/tags/2.1.0.GA/.classpath
===================================================================
--- common-logging-spi/trunk/.classpath	2009-05-11 23:35:14 UTC (rev 3152)
+++ common-logging-spi/tags/2.1.0.GA/.classpath	2009-05-11 23:37:26 UTC (rev 3154)
@@ -1,5 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file

Copied: common-logging-spi/tags/2.1.0.GA/.classpath (from rev 3151, common-logging-spi/trunk/.classpath)
===================================================================
--- common-logging-spi/tags/2.1.0.GA/.classpath	                        (rev 0)
+++ common-logging-spi/tags/2.1.0.GA/.classpath	2009-05-11 23:37:26 UTC (rev 3154)
@@ -0,0 +1,5 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+</classpath>
\ No newline at end of file

Deleted: common-logging-spi/tags/2.1.0.GA/.project
===================================================================
--- common-logging-spi/trunk/.project	2009-05-11 23:35:14 UTC (rev 3152)
+++ common-logging-spi/tags/2.1.0.GA/.project	2009-05-11 23:37:26 UTC (rev 3154)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-logging-spi</name>
-  <comment>The JBoss Logging Framework Programming Interface</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: common-logging-spi/tags/2.1.0.GA/.project (from rev 3151, common-logging-spi/trunk/.project)
===================================================================
--- common-logging-spi/tags/2.1.0.GA/.project	                        (rev 0)
+++ common-logging-spi/tags/2.1.0.GA/.project	2009-05-11 23:37:26 UTC (rev 3154)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-logging-spi</name>
+  <comment>The JBoss Logging Framework Programming Interface</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Copied: common-logging-spi/tags/2.1.0.GA/.settings (from rev 3151, common-logging-spi/trunk/.settings)

Deleted: common-logging-spi/tags/2.1.0.GA/pom.xml
===================================================================
--- common-logging-spi/trunk/pom.xml	2009-05-11 23:35:14 UTC (rev 3152)
+++ common-logging-spi/tags/2.1.0.GA/pom.xml	2009-05-11 23:37:26 UTC (rev 3154)
@@ -1,57 +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>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.logging</groupId>
-  <artifactId>jboss-logging-spi</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
-  <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>
-  <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-logging-spi/tags</tagBase>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-deploy-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshot Repository</name>
-      <layout>default</layout>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-</project>
\ No newline at end of file

Copied: common-logging-spi/tags/2.1.0.GA/pom.xml (from rev 3153, common-logging-spi/trunk/pom.xml)
===================================================================
--- common-logging-spi/tags/2.1.0.GA/pom.xml	                        (rev 0)
+++ common-logging-spi/tags/2.1.0.GA/pom.xml	2009-05-11 23:37:26 UTC (rev 3154)
@@ -0,0 +1,57 @@
+<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>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.logging</groupId>
+  <artifactId>jboss-logging-spi</artifactId>
+  <version>2.1.0.GA</version>
+  <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/tags/2.1.0.GA</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-logging-spi/tags</tagBase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <layout>default</layout>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+</project>
\ No newline at end of file

Deleted: common-logging-spi/tags/2.1.0.GA/projectSet.psf
===================================================================
--- common-logging-spi/trunk/projectSet.psf	2009-05-11 23:35:14 UTC (rev 3152)
+++ common-logging-spi/tags/2.1.0.GA/projectSet.psf	2009-05-11 23:37:26 UTC (rev 3154)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<psf version="2.0">
-	<provider id="org.tigris.subversion.subclipse.core.svnnature">
-		<project reference="0.9.3,https://svn.jboss.org/repos/common/common-logging-spi/trunk,jboss-logging-spi"/>
-	</provider>
-</psf>

Copied: common-logging-spi/tags/2.1.0.GA/projectSet.psf (from rev 3151, common-logging-spi/trunk/projectSet.psf)
===================================================================
--- common-logging-spi/tags/2.1.0.GA/projectSet.psf	                        (rev 0)
+++ common-logging-spi/tags/2.1.0.GA/projectSet.psf	2009-05-11 23:37:26 UTC (rev 3154)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<psf version="2.0">
+	<provider id="org.tigris.subversion.subclipse.core.svnnature">
+		<project reference="0.9.3,https://svn.jboss.org/repos/common/common-logging-spi/trunk,jboss-logging-spi"/>
+	</provider>
+</psf>

Copied: common-logging-spi/tags/2.1.0.GA/src (from rev 3151, common-logging-spi/trunk/src)




More information about the jboss-svn-commits mailing list