[java-opensaml COMMIT] in /trunk: opensaml-profile-api/pom.xml opensaml-profile-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 8 23:21:05 EDT 2013


Author: scantor
Date: Mon Apr  8 23:21:05 2013
New Revision: 3290

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3290&view=rev
Log:
Update snapshot version.

Modified:
    trunk/opensaml-profile-api/pom.xml
    trunk/opensaml-profile-impl/pom.xml

Modified: trunk/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/pom.xml?rev=3290&r1=3289&r2=3290&view=diff
==============================================================================
--- trunk/opensaml-profile-api/pom.xml (original)
+++ trunk/opensaml-profile-api/pom.xml Mon Apr  8 23:21:05 2013
@@ -7,18 +7,27 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>opensaml-profile-api</name>
+    <name>OpenSAML :: Profile API</name>
     <artifactId>opensaml-profile-api</artifactId>
     <packaging>jar</packaging>
 
     <dependencies>
         <!-- Compile Dependencies -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!-- Provided Dependencies -->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
 
         <!-- Runtime Dependencies -->
 

Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=3290&r1=3289&r2=3290&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Mon Apr  8 23:21:05 2013
@@ -7,16 +7,21 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <name>opensaml-profile-impl</name>
+    <name>OpenSAML :: Profile Implementations</name>
     <artifactId>opensaml-profile-impl</artifactId>
     <packaging>jar</packaging>
 
     <dependencies>
         <!-- Compile Dependencies -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-profile-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!-- Provided Dependencies -->
 



More information about the commits mailing list