You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/03/18 22:35:16 UTC

svn commit: r925006 - /mina/sandbox/vysper/trunk/pom.xml

Author: ngn
Date: Thu Mar 18 21:35:15 2010
New Revision: 925006

URL: http://svn.apache.org/viewvc?rev=925006&view=rev
Log:
Move to using repository.apache.org for releases and snapshots

Modified:
    mina/sandbox/vysper/trunk/pom.xml

Modified: mina/sandbox/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/pom.xml?rev=925006&r1=925005&r2=925006&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/pom.xml (original)
+++ mina/sandbox/vysper/trunk/pom.xml Thu Mar 18 21:35:15 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache</artifactId>
     <groupId>org.apache</groupId>
-    <version>6</version>
+    <version>7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
@@ -265,6 +265,13 @@
           </configuration>
         </plugin>
 
+        <plugin> 
+	      <!-- 2.5 does not work with appassembler -->
+          <groupId>org.apache.maven.plugins</groupId> 
+          <artifactId>maven-deploy-plugin</artifactId> 
+          <version>2.4</version> 
+        </plugin>
+
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
@@ -342,7 +349,7 @@
 
   <profiles>
     <profile>
-      <id>release</id>
+      <id>apache-release</id>
       <build>
         <plugins>
           <plugin>
@@ -361,6 +368,13 @@
           </plugin>
         </plugins>
       </build>
+
+	  <modules>
+	    <module>speccompliance</module>
+	    <module>nbxml</module>
+	    <module>server</module>
+	    <module>dist</module>
+	  </modules>
     </profile>
     <profile>
       <id>integrationtests</id>
@@ -384,7 +398,6 @@
     <module>speccompliance</module>
     <module>nbxml</module>
     <module>server</module>
-    <module>dist</module>
   </modules>
 
   <properties>