[jboss-cvs] JBossAS SVN: r107183 - projects/jboss-aspects/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 29 04:34:27 EDT 2010


Author: wolfc
Date: 2010-07-29 04:34:26 -0400 (Thu, 29 Jul 2010)
New Revision: 107183

Modified:
   projects/jboss-aspects/trunk/build/pom.xml
Log:
JBASPECT-37: upgrade to jboss-parent 5


Modified: projects/jboss-aspects/trunk/build/pom.xml
===================================================================
--- projects/jboss-aspects/trunk/build/pom.xml	2010-07-29 06:17:34 UTC (rev 107182)
+++ projects/jboss-aspects/trunk/build/pom.xml	2010-07-29 08:34:26 UTC (rev 107183)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.aspects</groupId>
@@ -63,21 +63,6 @@
           <optimize>true</optimize>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.jboss.maven.plugins</groupId>
-        <artifactId>maven-jboss-deploy-plugin</artifactId>
-        <version>1.6</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jboss-deploy</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-        </configuration>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
@@ -108,29 +93,6 @@
       </plugins>
     </pluginManagement>
   </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 Snapshots Repository</name>
-      <layout>default</layout>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
   <reporting>
     <plugins>
       <plugin>



More information about the jboss-cvs-commits mailing list