[java-support] branch master updated: JPAR-96 - switch to new Java 7 parent

Ian Young ian at iay.org.uk
Tue Aug 29 09:00:42 EDT 2017


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

iay pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=882b7c30df0e34128c061e1673c32458a808f7d0

The following commit(s) were added to refs/heads/master by this push:
       new  882b7c3   JPAR-96 - switch to new Java 7 parent
882b7c3 is described below

commit 882b7c30df0e34128c061e1673c32458a808f7d0
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 14:00:30 2017 +0100

    JPAR-96 - switch to new Java 7 parent
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index ebdd2f8..cc6bb49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>7.11.0-SNAPSHOT</version>
     </parent>
 
     <name>java-support</name>
@@ -33,6 +33,12 @@
         </repository>
     </repositories>
 
+    <scm>
+        <connection>scm:git:https://git.shibboleth.net/git/${project.artifactId}</connection>
+        <developerConnection>scm:git:git at git.shibboleth.net:${project.artifactId}</developerConnection>
+        <url>https://git.shibboleth.net/view/?p=${project.artifactId}.git</url>
+    </scm>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
@@ -51,7 +57,7 @@
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>
-        
+
         <!-- OPTIONAL Compile Dependencies -->
         <dependency>
             <!-- Required if you're using classes from the logging package. -->
@@ -131,12 +137,6 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}${project.artifactId}</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}${project.artifactId}</developerConnection>
-        <url>${shibboleth.scm.url}${project.artifactId}.git</url>
-    </scm>
-
     <distributionManagement>
         <site>
             <id>site</id>

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


More information about the commits mailing list