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 2011/06/27 16:05:11 UTC

svn commit: r1140167 - in /mina/ftpserver/branches/1.0.6: core/pom.xml examples/ftpserver-osgi-ftplet-service/pom.xml examples/ftpserver-osgi-spring-service/pom.xml ftplet-api/pom.xml pom.xml

Author: ngn
Date: Mon Jun 27 14:05:10 2011
New Revision: 1140167

URL: http://svn.apache.org/viewvc?rev=1140167&view=rev
Log:
Upgrading to latest Apache parent POM and the latest bundle Maven plugin to have the build deploy to repository.a.o

Modified:
    mina/ftpserver/branches/1.0.6/core/pom.xml
    mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml
    mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml
    mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml
    mina/ftpserver/branches/1.0.6/pom.xml

Modified: mina/ftpserver/branches/1.0.6/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/core/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.6/core/pom.xml (original)
+++ mina/ftpserver/branches/1.0.6/core/pom.xml Mon Jun 27 14:05:10 2011
@@ -58,7 +58,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.1</version>
+				<version>2.3.4</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>

Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml (original)
+++ mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-ftplet-service/pom.xml Mon Jun 27 14:05:10 2011
@@ -46,7 +46,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.1</version>
+				<version>2.3.4</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>

Modified: mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml (original)
+++ mina/ftpserver/branches/1.0.6/examples/ftpserver-osgi-spring-service/pom.xml Mon Jun 27 14:05:10 2011
@@ -40,7 +40,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.1</version>
+				<version>2.3.4</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>

Modified: mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml (original)
+++ mina/ftpserver/branches/1.0.6/ftplet-api/pom.xml Mon Jun 27 14:05:10 2011
@@ -46,7 +46,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.1</version>
+				<version>2.3.4</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>

Modified: mina/ftpserver/branches/1.0.6/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/pom.xml?rev=1140167&r1=1140166&r2=1140167&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.6/pom.xml (original)
+++ mina/ftpserver/branches/1.0.6/pom.xml Mon Jun 27 14:05:10 2011
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache</artifactId>
     <groupId>org.apache</groupId>
-    <version>7</version>
+    <version>9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
@@ -349,23 +349,10 @@
 
   <profiles>
     <profile>
-      <id>release</id>
+      <id>apache-release</id>
       <build>
         <plugins>
           <plugin>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.0-alpha-4</version>
-            <executions>
-              <execution>
-                <id>sign-artifacts</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.5</version>
             <executions>