summaryrefslogtreecommitdiffstats
path: root/java/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 05:42:08 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-26 05:42:08 +0000
commit16dec04a770f1b246fe2a69e39f0623210eacab2 (patch)
treea9ee7b0a64a612452736b341609625a5540e2d6c /java/pom.xml
parent34f99655ec9a84899b7e7fcbe98540ec53189f1f (diff)
TUSCANY-2416 - Fixing up parent pom to remove incubating from artifact version, updating distributionManagement section, and also bumding up its version
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/pom.xml b/java/pom.xml
index d80081c2b5..893c631110 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tuscany</groupId>
<artifactId>tuscany-project</artifactId>
- <version>1.0-incubating-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany Project</name>
<url>http://tuscany.apache.org</url>
@@ -47,7 +47,6 @@
<module>sdo</module>
<module>das</module>
<module>sca</module>
- <!-- <module>distribution</module> -->
</modules>
</profile>