Author: tv
Date: Fri Apr  8 16:40:17 2011
New Revision: 1090341

URL: http://svn.apache.org/viewvc?rev=1090341&view=rev
Log:
Back to work

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1090341&r1=1090340&r2=1090341&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Fri Apr  8 16:40:17 2011
@@ -27,7 +27,7 @@
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine</artifactId>
   <name>turbine-4</name>
-  <version>4.0-M2-SNAPSHOT</version>
+  <version>4.0-M1-SNAPSHOT</version>
   <description>Turbine is a servlet based framework that allows experienced 
Java
     developers to quickly build secure web applications. Parts of Turbine
     can also be used independently of the web portion of Turbine as
@@ -1138,6 +1138,7 @@
           <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
           <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.2</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>
@@ -1161,21 +1162,6 @@
               <arguments>-Prelease</arguments>
             </configuration>
           </plugin>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>create-javadoc-jar</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-                <phase>package</phase>
-                <configuration>
-                  <source>${maven.compile.source}</source>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
         </plugins>
       </build>
     </profile>
@@ -1204,6 +1190,7 @@
           <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
           <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.2</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>
@@ -1227,21 +1214,6 @@
               <arguments>-Prc</arguments>
             </configuration>
           </plugin>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>create-javadoc-jar</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-                <phase>package</phase>
-                <configuration>
-                  <source>${maven.compile.source}</source>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
         </plugins>
       </build>
     </profile>    
@@ -1259,7 +1231,7 @@
 
     <!-- The RC version used in the staging repository URL. -->
     <turbine.release.version>${project.version}</turbine.release.version>
-    <turbine.rc.version>RC1</turbine.rc.version>
+    <turbine.rc.version>RC2</turbine.rc.version>
 
     <!--
       Make the deployment protocol pluggable. This allows to switch to


Reply via email to