summaryrefslogtreecommitdiffstats
path: root/java/sdo/impl/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2008-07-28 14:30:12 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2008-07-28 14:30:12 +0000
commitf1e99ea09209f97d2c2081e6f9a25900a38c8c90 (patch)
tree248882ce689ccb786cc79e31ac33f5cee4c5969f /java/sdo/impl/pom.xml
parentae0049c24386c0a2e2c276a41f23bc17c5408e7c (diff)
merge of commit 643011 from 1.1 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sdo/impl/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/sdo/impl/pom.xml b/java/sdo/impl/pom.xml
index 2d2896613a..ba0549cce6 100644
--- a/java/sdo/impl/pom.xml
+++ b/java/sdo/impl/pom.xml
@@ -122,6 +122,19 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ <Implementation-Version>1.1-incubating</Implementation-Version>
+ <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
+ <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>