summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-01 15:08:41 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-01 15:08:41 +0000
commite07774394f9234e5ef095dcede98b08e79dff878 (patch)
tree046ccc19a62b230954635a549b4842c14c85b7e1 /sca-java-2.x/branches/2.0-Beta1
parenta2d62cdf52abd7ce59fcde8dede83d8ac650a435 (diff)
TUSCANY-3751 - now 1.0.7 of the maven-bundle-plugin is released I can remove the snapshot and turn the enforcer back on
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1029697 13f79535-47bb-0310-9956-ffa450edef68
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.xml9
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/pom.xml3
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>