You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/02/06 12:17:28 UTC

svn commit: r1067640 - /tuscany/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml

Author: antelder
Date: Sun Feb  6 11:17:28 2011
New Revision: 1067640

URL: http://svn.apache.org/viewvc?rev=1067640&view=rev
Log:
Add explicit version to compiler plugin to avoid maven warning messages

Modified:
    tuscany/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml

Modified: tuscany/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml?rev=1067640&r1=1067639&r2=1067640&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml Sun Feb  6 11:17:28 2011
@@ -72,6 +72,7 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
+            <version>2.3.2</version>
             <configuration>
                <source>1.6</source>
                <target>1.6</target>