diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 14:47:33 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 14:47:33 +0000 |
commit | bb35741258ac79cf6e304ef600671e6ae7cbf50b (patch) | |
tree | e7b7db7db6a9cf4b7cc1c4d470ab0c8ba5eca51d /java/sdo/impl | |
parent | a378f91f148685760e44bde1960aa579f27536a8 (diff) |
set trunk version to 1.2-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sdo/impl')
-rw-r--r-- | java/sdo/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sdo/impl/pom.xml b/java/sdo/impl/pom.xml index 770bb6d23e..5f8f45b5dc 100644 --- a/java/sdo/impl/pom.xml +++ b/java/sdo/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tuscany.sdo</groupId> <artifactId>tuscany-sdo</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>tuscany-sdo-impl</artifactId> @@ -129,7 +129,7 @@ <archive> <manifestEntries> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> - <Implementation-Version>1.1-incubating</Implementation-Version> + <Implementation-Version>${version}</Implementation-Version> <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK> <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK> </manifestEntries> |