[java-parent-project-v3] 02/11: Use a property for the Santuario version.

Tom Zeller tzeller at dragonacea.biz
Tue Jun 14 13:28:10 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=9e75f824d11d091a5812a01ba0410618f537bb46

commit 9e75f824d11d091a5812a01ba0410618f537bb46
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 14 11:26:26 2016 -0500

    Use a property for the Santuario version.
    
    To facilitate testing new versions of xmlsec.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a711d3..8b4958a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
         <spring.version>4.2.3.RELEASE</spring.version>
         <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
         <spring-webflow.version>2.4.2.RELEASE</spring-webflow.version>
+        <xmlsec.version>2.0.5</xmlsec.version>
 
         <checkstyle.version>2.17</checkstyle.version>
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
@@ -320,7 +321,7 @@
             <dependency>
                 <groupId>org.apache.santuario</groupId>
                 <artifactId>xmlsec</artifactId>
-                <version>2.0.5</version>
+                <version>${xmlsec.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.beust</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list