[jboss-cvs] JBossAS SVN: r99993 - in projects/aop/branches/Branch_2_1: aophelper and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 27 07:33:51 EST 2010


Author: kabir.khan at jboss.com
Date: 2010-01-27 07:33:51 -0500 (Wed, 27 Jan 2010)
New Revision: 99993

Modified:
   projects/aop/branches/Branch_2_1/aophelper/pom.xml
   projects/aop/branches/Branch_2_1/asintegration-core/pom.xml
   projects/aop/branches/Branch_2_1/asintegration-jmx/pom.xml
   projects/aop/branches/Branch_2_1/asintegration-mc/pom.xml
   projects/aop/branches/Branch_2_1/aspects/pom.xml
   projects/aop/branches/Branch_2_1/build/pom.xml
   projects/aop/branches/Branch_2_1/deployers/pom.xml
   projects/aop/branches/Branch_2_1/pluggable-instrumentor/pom.xml
   projects/aop/branches/Branch_2_1/pom.xml
Log:
[maven-release-plugin] prepare release JBoss_AOP_2_1_7_GA

Modified: projects/aop/branches/Branch_2_1/aophelper/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/aophelper/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/aophelper/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,13 +2,13 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.aop</groupId>
   <artifactId>aophelper</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.7-SNAPSHOT</version>
+  <version>2.1.7.GA</version>
   <name>JBoss AOP Helper</name>
 
    <pluginRepositories>

Modified: projects/aop/branches/Branch_2_1/asintegration-core/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-core/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/asintegration-core/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-asintegration-core</artifactId>

Modified: projects/aop/branches/Branch_2_1/asintegration-jmx/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-jmx/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/asintegration-jmx/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-asintegration-jmx</artifactId>

Modified: projects/aop/branches/Branch_2_1/asintegration-mc/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-mc/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/asintegration-mc/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-asintegration-mc</artifactId>

Modified: projects/aop/branches/Branch_2_1/aspects/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/aspects/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/aspects/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>jboss-aop-parent</artifactId>
     <groupId>org.jboss.aop</groupId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-aspects</artifactId>

Modified: projects/aop/branches/Branch_2_1/build/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/build/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/build/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-dist</artifactId>

Modified: projects/aop/branches/Branch_2_1/deployers/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/deployers/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/deployers/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>jboss-aop-parent</artifactId>
     <groupId>org.jboss.aop</groupId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-deployers</artifactId>

Modified: projects/aop/branches/Branch_2_1/pluggable-instrumentor/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/pluggable-instrumentor/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/pluggable-instrumentor/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.1.7-SNAPSHOT</version>
+    <version>2.1.7.GA</version>
   </parent>
   <artifactId>pluggable-instrumentor</artifactId>
   <packaging>jar</packaging>

Modified: projects/aop/branches/Branch_2_1/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_1/pom.xml	2010-01-27 12:24:02 UTC (rev 99992)
+++ projects/aop/branches/Branch_2_1/pom.xml	2010-01-27 12:33:51 UTC (rev 99993)
@@ -10,13 +10,13 @@
   <groupId>org.jboss.aop</groupId>
   <artifactId>jboss-aop-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.1.7-SNAPSHOT</version>
+  <version>2.1.7.GA</version>
   <description>JBoss AOP</description>
   <name>JBoss AOP Parent POM</name>
   <url>http://www.jboss.org/jbossaop/</url>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/branches/Branch_2_1/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/branches/Branch_2_1/</developerConnection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_1_7_GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_1_7_GA</developerConnection>
   </scm>
   
   <properties>
@@ -68,7 +68,7 @@
         <configuration>
           <tagBase>https://svn.jboss.org/repos/jbossas/projects/aop/tags</tagBase>
           <autoVersionSubmodules>true</autoVersionSubmodules>
-          <arguments>-Djrockit.home=${jrockit.home}</arguments>
+          <!--arguments>-Djrockit.home=${jrockit.home}</arguments-->
         </configuration>
       </plugin>
     </plugins>
@@ -505,7 +505,7 @@
     </plugins>
   </reporting>
   
-  <profiles>
+  <!--profiles>
     <profile>
       <id>jrockit-module</id>
       <activation>
@@ -517,6 +517,6 @@
         <module>jrockit-pluggable-instrumentor</module>
       </modules>
     </profile>
-  </profiles>
+  </profiles-->
   
 </project>




More information about the jboss-cvs-commits mailing list