[java-parent-project] 01/01: JPAR-96 - master branch becomes Java 8 parent, change coordinates

Ian Young ian at iay.org.uk
Tue Aug 29 06:33:50 EDT 2017


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

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

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

commit 2e5bf7fe477394be48dbbb168b820db7a778c3bb
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 11:33:13 2017 +0100

    JPAR-96 - master branch becomes Java 8 parent, change coordinates
    
    Old: net.shibboleth:parent-v3:TRUNK-SNAPSHOT
    New: net.shibboleth:parent:8.0.0-SNAPSHOT
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4d9156..1a4fa83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,11 +5,11 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>net.shibboleth</groupId>
-    <artifactId>parent-v3</artifactId>
-    <version>TRUNK-SNAPSHOT</version>
+    <artifactId>parent</artifactId>
+    <version>8.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Shibboleth Project V3 Super POM</name>
+    <name>Shibboleth Project Java 8 Super POM</name>
     <description>
         A POM containing properties, profiles, plugin configurations, etc. that are common across all Shibboleth V3 projects.
     </description>
@@ -48,7 +48,7 @@
 
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
         <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
-        
+
         <shibboleth.scm.connection>scm:git:https://git.shibboleth.net/git/</shibboleth.scm.connection>
         <shibboleth.scm.developerConnection>scm:git:git at git.shibboleth.net:</shibboleth.scm.developerConnection>
         <shibboleth.scm.url>https://git.shibboleth.net/view/?p=</shibboleth.scm.url>
@@ -168,7 +168,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <!-- This isn't really needed by every single project but it is used by the vast majority and having it on the 
+            <!-- This isn't really needed by every single project but it is used by the vast majority and having it on the
                 test classpath, even if it's not used, doesn't hurt anything. -->
             <groupId>xmlunit</groupId>
             <artifactId>xmlunit</artifactId>
@@ -290,7 +290,7 @@
                 <groupId>com.fasterxml.jackson.datatype</groupId>
                 <artifactId>jackson-datatype-joda</artifactId>
                 <version>${jackson.version}</version>
-            </dependency>    
+            </dependency>
             <dependency>
               <groupId>com.github.jasminb</groupId>
               <artifactId>jsonapi-converter</artifactId>
@@ -402,7 +402,7 @@
                     Licensing constraints mean that this dependency should
                     always be marked <optional>true</optional> in any of
                     our projects which use it.
-                    
+
                     Note that the <optional> flag is not propagated from
                     managed dependencies, so there is no point setting it
                     here: it's only a managed dependency to control the
@@ -739,7 +739,7 @@
                 <version>2.0</version>
             </plugin>
              -->
-            <!-- We use the aggregate reports for the javadoc and jxr reports because even if the project isn't a multi-module 
+            <!-- We use the aggregate reports for the javadoc and jxr reports because even if the project isn't a multi-module
                 project the plugin still does the right thing. -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -1040,7 +1040,7 @@
                             <instrumentation>
                                 <excludes>
                                     <exclude>**/*Exception.class</exclude>
-                                    <!-- Exclude directive doesn't support \d so lets just assume no class will have more than 9 
+                                    <!-- Exclude directive doesn't support \d so lets just assume no class will have more than 9
                                         anonymous inner classes -->
                                     <exclude>**/*$1.class</exclude>
                                     <exclude>**/*$2.class</exclude>

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


More information about the commits mailing list