diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/distribution/all/pom.xml | 9 | ||||
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/pom.xml | 3 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/distribution/all/pom.xml b/sca-java-2.x/branches/2.0-Beta1/distribution/all/pom.xml index deeadbc694..aa03dd2a6c 100644 --- a/sca-java-2.x/branches/2.0-Beta1/distribution/all/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/distribution/all/pom.xml @@ -161,10 +161,7 @@ <plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-bundle-plugin</artifactId> -<!-- TUSCANY-3674 - <version>1.0.6</version> ---> - <version>1.0.7-SNAPSHOT</version> + <version>1.0.7</version> <executions> <execution> <id>distribution-modules</id> @@ -235,9 +232,7 @@ </artifactAggregations--> </configuration> </execution> -<!-- TUSCANY-3674 - uncomment when using maven-bundle-plugin v1.0.7-SNAPSHOT ---> + <execution> <id>extensions-build</id> <phase>process-resources</phase> diff --git a/sca-java-2.x/branches/2.0-Beta1/pom.xml b/sca-java-2.x/branches/2.0-Beta1/pom.xml index 23f6b86bd0..45029adeaa 100644 --- a/sca-java-2.x/branches/2.0-Beta1/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/pom.xml @@ -829,8 +829,7 @@ org.apache.tuscany.sca.assembly:org.apache.tuscany.sca.assembly.builder:org.apac <message>Best Practice is to always define released plugin versions!</message> <banLatest>true</banLatest> <banRelease>true</banRelease> -<!-- TUSCANY-3674 --> - <banSnapshots>false</banSnapshots> + <banSnapshots>true</banSnapshots> <phases>clean,deploy,site</phases> <additionalPlugins> </additionalPlugins> |