diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-17 10:17:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-17 10:17:57 +0000 |
commit | c57de5253c5c6f8cb6067b9f7a576d99182115fd (patch) | |
tree | 4723612f8c23aaacb3faad3bf9a20f1aef2c6e38 /sca-java-2.x/trunk/modules/core-spi | |
parent | 121b1269dedae1e8d4843668e82d3c86960b46eb (diff) |
Put back the build number plugin so that the version in the SPI is correctly populated (was this commented out in error?)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/core-spi')
-rw-r--r-- | sca-java-2.x/trunk/modules/core-spi/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/pom.xml b/sca-java-2.x/trunk/modules/core-spi/pom.xml index ade0aa6170..d94b3d7211 100644 --- a/sca-java-2.x/trunk/modules/core-spi/pom.xml +++ b/sca-java-2.x/trunk/modules/core-spi/pom.xml @@ -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> |