[java-xmltooling COMMIT] /branches/REL_1/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Aug 7 00:05:06 BST 2011
Author: lajoie
Date: Sun Aug 7 00:05:06 2011
New Revision: 736
URL: http://svn.shibboleth.net/view/java-xmltooling?rev=736&view=rev
Log:
few POM fixups
Modified:
branches/REL_1/pom.xml
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=736&r1=735&r2=736&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Aug 7 00:05:06 2011
@@ -62,7 +62,6 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>0.9.24</version>
<scope>test</scope>
</dependency>
@@ -75,7 +74,6 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
-
<dependency>
<groupId>${xerces.groupId}</groupId>
<artifactId>xml-apis</artifactId>
@@ -112,15 +110,31 @@
<archive>
<index>true</index>
<manifestEntries>
- <Main-Class>edu.internet2.middleware.shibboleth.wayf.Version</Main-Class>
+ <Main-Class>org.opensaml.xml.Version</Main-Class>
</manifestEntries>
<manifestSections>
<manifestSection>
- <name>edu/internet2/middleware/shibboleth/wayf/</name>
+ <name>org/opensaml/xml/</name>
<manifestEntries>
<Implementation-Title>${project.artifactId}</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
- <Implementation-Vendor>shibboleth.internet2.edu</Implementation-Vendor>
+ <Implementation-Vendor>www.opensaml.org</Implementation-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/xml/signature/</name>
+ <manifestEntries>
+ <Specification-Title>XML Signature Syntax and Processing</Specification-Title>
+ <Specification-Version>20020212</Specification-Version>
+ <Specification-Vendor>World Wide Web Consortium (W3C)</Specification-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ <manifestSection>
+ <name>org/opensaml/xml/encryption/</name>
+ <manifestEntries>
+ <Specification-Title>XML Encryption Syntax and Processing</Specification-Title>
+ <Specification-Version>20021210</Specification-Version>
+ <Specification-Vendor>World Wide Web Consortium (W3C)</Specification-Vendor>
</manifestEntries>
</manifestSection>
</manifestSections>
@@ -129,7 +143,7 @@
</plugin>
</plugins>
</build>
-
+
<profiles>
<profile>
<id>release</id>
@@ -149,5 +163,5 @@
</build>
</profile>
</profiles>
-
+
</project>
More information about the commits
mailing list