You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/01/16 02:26:15 UTC

svn commit: r899867 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: lresende
Date: Sat Jan 16 01:26:15 2010
New Revision: 899867

URL: http://svn.apache.org/viewvc?rev=899867&view=rev
Log:
Setting version to maven-source-plugin to avoid issues with maven enforcer plugin

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=899867&r1=899866&r2=899867&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Sat Jan 16 01:26:15 2010
@@ -296,6 +296,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-source-plugin</artifactId>
+                        <version>2.1.1</version>
                         <configuration>
                             <attach>true</attach>
                         </configuration>