You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/09 19:06:39 UTC

svn commit: r665776 - /servicemix/maven-plugins/servicemix-build/trunk/pom.xml

Author: chirino
Date: Mon Jun  9 10:06:39 2008
New Revision: 665776

URL: http://svn.apache.org/viewvc?rev=665776&view=rev
Log:
tweaking plugin config

Modified:
    servicemix/maven-plugins/servicemix-build/trunk/pom.xml

Modified: servicemix/maven-plugins/servicemix-build/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/servicemix-build/trunk/pom.xml?rev=665776&r1=665775&r2=665776&view=diff
==============================================================================
--- servicemix/maven-plugins/servicemix-build/trunk/pom.xml (original)
+++ servicemix/maven-plugins/servicemix-build/trunk/pom.xml Mon Jun  9 10:06:39 2008
@@ -77,6 +77,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
+				<version>2.0.2</version>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
@@ -137,6 +138,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
+			<version>2.0.4</version>
             <executions>
               <execution>
                 <goals>
@@ -151,7 +153,6 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
   		    <version>2.4</version>
-
             <inherited>true</inherited>
             <configuration>
               <source>1.5</source>
@@ -170,12 +171,8 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-4</version>			
             <inherited>true</inherited>
-<!--
-            <configuration>
-              <passphrase>${gpg.passphrase}</passphrase>
-            </configuration>
--->
             <executions>
               <execution>
                 <goals>