[java-openws COMMIT] /branches/REL_1/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Feb 26 22:18:23 GMT 2012
Author: lajoie
Date: Sun Feb 26 22:18:22 2012
New Revision: 429
URL: http://svn.shibboleth.net/view/java-openws?rev=429&view=rev
Log:
remove xmltooling version macro
Modified:
branches/REL_1/pom.xml
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/pom.xml?rev=429&r1=428&r2=429&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Feb 26 22:18:22 2012
@@ -24,7 +24,6 @@
<properties>
<svn.relative.location>java-openws</svn.relative.location>
- <xmltooling.version>1.3.4</xmltooling.version>
</properties>
<repositories>
@@ -49,7 +48,7 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>xmltooling</artifactId>
- <version>${xmltooling.version}</version>
+ <version>1.3.4</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -233,7 +232,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
- <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/${xmltooling.version}/xmltooling-${xmltooling.version}-javadoc.jar/!/</link>
+ <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.3.4/xmltooling-1.3.4-javadoc.jar/!/</link>
</links>
</configuration>
</plugin>
More information about the commits
mailing list