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/03/17 11:17:58 UTC

svn commit: r1082436 - /tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml

Author: antelder
Date: Thu Mar 17 10:17:57 2011
New Revision: 1082436

URL: http://svn.apache.org/viewvc?rev=1082436&view=rev
Log:
Put back the build number plugin so that the version in the SPI is correctly populated (was this commented out in error?)

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

Modified: tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml?rev=1082436&r1=1082435&r2=1082436&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/core-spi/pom.xml Thu Mar 17 10:17:57 2011
@@ -56,7 +56,7 @@
     </dependencies>
 
   <build>
-    <!-- plugins>
+    <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
@@ -80,6 +80,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.6</version>
          <executions>
              <execution>
                 <id>process-resources</id>
@@ -99,7 +100,7 @@
              </execution>
           </executions>
        </plugin>
-    </plugins-->
+    </plugins>
   </build>
 
 </project>