[jboss-cvs] JBossAS SVN: r99244 - in projects/jboss-deployers/trunk: build and 10 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 11 15:09:57 EST 2010


Author: alesj
Date: 2010-01-11 15:09:56 -0500 (Mon, 11 Jan 2010)
New Revision: 99244

Modified:
   projects/jboss-deployers/trunk/build/pom.xml
   projects/jboss-deployers/trunk/deployers-client-spi/pom.xml
   projects/jboss-deployers/trunk/deployers-client/pom.xml
   projects/jboss-deployers/trunk/deployers-core-spi/pom.xml
   projects/jboss-deployers/trunk/deployers-core/pom.xml
   projects/jboss-deployers/trunk/deployers-impl/pom.xml
   projects/jboss-deployers/trunk/deployers-jmx/pom.xml
   projects/jboss-deployers/trunk/deployers-spi/pom.xml
   projects/jboss-deployers/trunk/deployers-structure-spi/pom.xml
   projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml
   projects/jboss-deployers/trunk/deployers-vfs/pom.xml
   projects/jboss-deployers/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.2.0.Alpha1

Modified: projects/jboss-deployers/trunk/build/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/build/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/build/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.deployers</groupId>
@@ -13,34 +13,34 @@
   <description> The JBoss Deployment Distribution Build. </description>
   
   <profiles>
-    <profile>
-      <id>dist</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.2-beta-4</version>
-            <executions>
-              <execution>
-                <id>make-assembly</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <finalName>jboss-deployers-${project.version}</finalName>
-                  <descriptors>
-                    <descriptor>src/assembly/dist.xml</descriptor>
-                    <descriptor>src/assembly/dist-with-deps.xml</descriptor>
-                    <descriptor>src/assembly/src.xml</descriptor>
-                  </descriptors>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
+    <profile>
+      <id>dist</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>2.2-beta-4</version>
+            <executions>
+              <execution>
+                <id>make-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <finalName>jboss-deployers-${project.version}</finalName>
+                  <descriptors>
+                    <descriptor>src/assembly/dist.xml</descriptor>
+                    <descriptor>src/assembly/dist-with-deps.xml</descriptor>
+                    <descriptor>src/assembly/src.xml</descriptor>
+                  </descriptors>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
   </profiles>
   

Modified: projects/jboss-deployers/trunk/deployers-client/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-client/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-client/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-client</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-client-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-client-spi/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-client-spi/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-client-spi</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-core/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-core/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-core/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-core</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-core-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-core-spi/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-core-spi/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-core-spi</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-impl/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-impl/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-impl/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-impl</artifactId>
@@ -48,12 +48,12 @@
             <phase>test</phase>
             <configuration>
               <tasks unless="maven.test.skip">
-                <property name="byteman.path" value="${maven.dependency.org.jboss.byteman.byteman.jar.path}"/>
-                <property name="report.dir" value="${project.build.directory}/surefire-reports"/>
-                <property name="testOutputDirectory" value="${project.build.testOutputDirectory}"/>
+                <property name="byteman.path" value="${maven.dependency.org.jboss.byteman.byteman.jar.path}" />
+                <property name="report.dir" value="${project.build.directory}/surefire-reports" />
+                <property name="testOutputDirectory" value="${project.build.testOutputDirectory}" />
 
-                <ant antfile="${project.build.testOutputDirectory}/build.xml"  inheritrefs="true">
-                  <target name="asynchronous-tests"/>
+                <ant antfile="${project.build.testOutputDirectory}/build.xml" inheritrefs="true">
+                  <target name="asynchronous-tests" />
                 </ant>
               </tasks>
             </configuration>

Modified: projects/jboss-deployers/trunk/deployers-jmx/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-jmx/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-jmx/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-jmx</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-spi/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-spi/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-spi</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-structure-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-structure-spi/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-structure-spi/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-structure-spi</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-vfs/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-vfs/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-vfs</artifactId>

Modified: projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/deployers-vfs-spi/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.deployers</groupId>
     <artifactId>jboss-deployers-parent</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0.Alpha1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-deployers-vfs-spi</artifactId>

Modified: projects/jboss-deployers/trunk/pom.xml
===================================================================
--- projects/jboss-deployers/trunk/pom.xml	2010-01-11 20:03:37 UTC (rev 99243)
+++ projects/jboss-deployers/trunk/pom.xml	2010-01-11 20:09:56 UTC (rev 99244)
@@ -7,7 +7,7 @@
   </parent>
   <groupId>org.jboss.deployers</groupId>
   <artifactId>jboss-deployers-parent</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0.Alpha1</version>
   <packaging>pom</packaging>
   <name>JBoss Deployers Parent POM</name>
   <url>http://www.jboss.com/products/jbossmc</url>
@@ -15,9 +15,9 @@
     The JBoss Deployment Framework
   </description>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/</developerConnection>
-    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-deployers/trunk/</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/tags/2.2.0.Alpha1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-deployers/tags/2.2.0.Alpha1</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-deployers/tags/2.2.0.Alpha1</url>
   </scm>
 
   <properties>




More information about the jboss-cvs-commits mailing list