[java-identity-provider COMMIT] /trunk/idp-attribute-cli/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 26 12:52:07 EDT 2013


Author: tzeller
Date: Tue Mar 26 12:52:06 2013
New Revision: 4364

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4364&view=rev
Log:
More descriptive name. Replaced "3.0-SNAPSHOT" with "${project.version}" in dependency version.

Modified:
    trunk/idp-attribute-cli/pom.xml

Modified: trunk/idp-attribute-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/pom.xml?rev=4364&r1=4363&r2=4364&view=diff
==============================================================================
--- trunk/idp-attribute-cli/pom.xml (original)
+++ trunk/idp-attribute-cli/pom.xml Tue Mar 26 12:52:06 2013
@@ -11,7 +11,7 @@
         <relativePath>../idp-parent</relativePath>
     </parent>
 
-    <name>idp-attribute-cli</name>
+    <name>Shibboleth IdP :: Attribute CLI</name>
     <artifactId>idp-attribute-cli</artifactId>
     <packaging>jar</packaging>
 
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-core</artifactId>
-            <version>3.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.webflow</groupId>



More information about the commits mailing list