[jboss-cvs] JBossAS SVN: r79839 - in projects/aop/branches/Branch_2_0: aop and 8 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 10:02:02 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-21 10:02:02 -0400 (Tue, 21 Oct 2008)
New Revision: 79839

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

Modified: projects/aop/branches/Branch_2_0/aop/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aop/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/aop/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.aop</groupId>

Modified: projects/aop/branches/Branch_2_0/aophelper/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aophelper/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/aophelper/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -1,139 +1,137 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.aop</groupId>
-  <artifactId>aophelper</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>JBoss AOP Helper</name>
-
-   <pluginRepositories>
-     <pluginRepository>
-         <releases>
-            <updatePolicy>never</updatePolicy>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-         </snapshots>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Maven Snapshot Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-      </pluginRepository>
-   </pluginRepositories>
-
-  <dependencies>
-    <!--
-    <dependency>
-      <groupId>org.jboss.maven.plugins</groupId>
-      <artifactId>maven-jbossaop-plugin</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-    -->
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-
-
-  </dependencies>
-
-  <repositories>
-    <repository>
-       <id>jboss_repo</id>
-       <name>JBoss Maven Repository</name>
-       <url>http://repository.jboss.com/maven2</url>
-    </repository>
-  </repositories>
-  
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main/java</sourceDirectory>
-    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
-    <testSourceDirectory>src/test/java</testSourceDirectory>
-    <outputDirectory>target/classes</outputDirectory>
-    <testOutputDirectory>target/test-classes</testOutputDirectory>
-    <defaultGoal>install</defaultGoal>
-    <resources>
-       <resource>
-          <directory>src/main/resources</directory>
-       </resource>
-    </resources>
-    <testResources>
-       <testResource>
-          <directory>src/test/resources</directory>
-       </testResource>
-    </testResources>
-    <directory>target</directory>
-
-
-    <plugins>
-      <plugin>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <configuration>
-            <source>${jdkVersion}</source>
-            <target>${jdkVersion}</target>
-         </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-<!--
-   <profiles>
-    <profile>
-      <id>run-aophelper</id>
-      <activation>
-        <property>
-          <name>run-aophelper</name>
-        </property>
-      </activation>
-
-      <build>
-        <plugins>
-            <plugin>
-                <groupId>org.jboss.maven.plugins</groupId>
-                <artifactId>maven-jbossaop-plugin</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
-                <executions>
-                  <execution>
-                    <id>compile</id>
-                    <configuration>
-                      <aoppaths>
-                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
-                      </aoppaths>
-                    </configuration>
-                    <goals>
-                      <goal>compile</goal>
-                    </goals>
-                  </execution>
-                  <execution>
-                    <id>run</id>
-                    <configuration>
-                      <aoppaths>
-                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
-                      </aoppaths>
-                      <loadtime>true</loadtime>
-                      <executable>org.jboss.aophelper.ui.AopHelperFrame</executable>
-                    </configuration>
-                    <goals>
-                      <goal>run</goal>
-                    </goals>
-                  </execution> 
-                </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  -->
-
-  <properties>
-    <jdkVersion>1.5</jdkVersion>
-  </properties>
-
-</project>
+<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.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.aop</groupId>
+  <artifactId>aophelper</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0.0.GA</version>
+  <name>JBoss AOP Helper</name>
+
+   <pluginRepositories>
+     <pluginRepository>
+         <releases>
+            <updatePolicy>never</updatePolicy>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Maven Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+
+  <dependencies>
+    <!--
+    <dependency>
+      <groupId>org.jboss.maven.plugins</groupId>
+      <artifactId>maven-jbossaop-plugin</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+    -->
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+
+
+  </dependencies>
+
+  <repositories>
+    <repository>
+       <id>jboss_repo</id>
+       <name>JBoss Maven Repository</name>
+       <url>http://repository.jboss.com/maven2</url>
+    </repository>
+  </repositories>
+  
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+    <outputDirectory>target/classes</outputDirectory>
+    <testOutputDirectory>target/test-classes</testOutputDirectory>
+    <defaultGoal>install</defaultGoal>
+    <resources>
+       <resource>
+          <directory>src/main/resources</directory>
+       </resource>
+    </resources>
+    <testResources>
+       <testResource>
+          <directory>src/test/resources</directory>
+       </testResource>
+    </testResources>
+    <directory>target</directory>
+
+
+    <plugins>
+      <plugin>
+         <artifactId>maven-compiler-plugin</artifactId>
+         <configuration>
+            <source>${jdkVersion}</source>
+            <target>${jdkVersion}</target>
+         </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+<!--
+   <profiles>
+    <profile>
+      <id>run-aophelper</id>
+      <activation>
+        <property>
+          <name>run-aophelper</name>
+        </property>
+      </activation>
+
+      <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jbossaop-plugin</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+                <executions>
+                  <execution>
+                    <id>compile</id>
+                    <configuration>
+                      <aoppaths>
+                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
+                      </aoppaths>
+                    </configuration>
+                    <goals>
+                      <goal>compile</goal>
+                    </goals>
+                  </execution>
+                  <execution>
+                    <id>run</id>
+                    <configuration>
+                      <aoppaths>
+                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
+                      </aoppaths>
+                      <loadtime>true</loadtime>
+                      <executable>org.jboss.aophelper.ui.AopHelperFrame</executable>
+                    </configuration>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </execution> 
+                </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  -->
+
+  <properties>
+    <jdkVersion>1.5</jdkVersion>
+  </properties>
+
+</project>
\ No newline at end of file

Modified: projects/aop/branches/Branch_2_0/asintegration-core/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-core/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/asintegration-core/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-asintegration-core</artifactId>

Modified: projects/aop/branches/Branch_2_0/asintegration-jmx/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-jmx/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/asintegration-jmx/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-asintegration-jmx</artifactId>

Modified: projects/aop/branches/Branch_2_0/asintegration-mc/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-mc/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/asintegration-mc/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-asintegration-mc</artifactId>

Modified: projects/aop/branches/Branch_2_0/aspects/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aspects/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/aspects/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>jboss-aop-parent</artifactId>
     <groupId>org.jboss.aop</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-aspects</artifactId>

Modified: projects/aop/branches/Branch_2_0/build/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/build/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/build/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-aop-dist</artifactId>

Modified: projects/aop/branches/Branch_2_0/jrockit-pluggable-instrumentor/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/jrockit-pluggable-instrumentor/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/jrockit-pluggable-instrumentor/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <artifactId>jrockit-pluggable-instrumentor</artifactId>
   <packaging>jar</packaging>

Modified: projects/aop/branches/Branch_2_0/pluggable-instrumentor/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/pluggable-instrumentor/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/pluggable-instrumentor/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.aop</groupId>
     <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0.GA</version>
   </parent>
   <artifactId>pluggable-instrumentor</artifactId>
   <packaging>jar</packaging>

Modified: projects/aop/branches/Branch_2_0/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/pom.xml	2008-10-21 13:50:45 UTC (rev 79838)
+++ projects/aop/branches/Branch_2_0/pom.xml	2008-10-21 14:02:02 UTC (rev 79839)
@@ -10,13 +10,13 @@
   <groupId>org.jboss.aop</groupId>
   <artifactId>jboss-aop-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0.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/aop/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/aop/trunk/</developerConnection>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_0_GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_0_GA</developerConnection>
   </scm>
   
   <properties>




More information about the jboss-cvs-commits mailing list