[java-idp-jetty-base] branch 9.3 updated: Change name to idp-jetty-base from idp-example-jetty-base

Tom Zeller tzeller at dragonacea.biz
Tue Jul 12 15:27:03 EDT 2016


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

tzeller pushed a commit to branch 9.3
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=bb332a5a6ccf49b110d2c4b501893db860865a03

The following commit(s) were added to refs/heads/9.3 by this push:
       new  bb332a5   Change name to idp-jetty-base from idp-example-jetty-base
bb332a5 is described below

commit bb332a5a6ccf49b110d2c4b501893db860865a03
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 14:17:15 2016 -0500

    Change name to idp-jetty-base from idp-example-jetty-base
---
 .project | 4 ++--
 pom.xml  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.project b/.project
index f11f9a7..8694780 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-    <name>idp-example-jetty-base</name>
+    <name>idp-jetty-base</name>
     <comment></comment>
     <projects>
     </projects>
@@ -20,4 +20,4 @@
         <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
         <nature>org.eclipse.m2e.core.maven2Nature</nature>
     </natures>
-</projectDescription>
\ No newline at end of file
+</projectDescription>
diff --git a/pom.xml b/pom.xml
index 5128f02..1a5b924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,15 +10,15 @@
         <version>TRUNK-SNAPSHOT</version>
     </parent>
 
-    <name>idp-example-jetty-base</name>
-    <groupId>net.shibboleth.idp.example</groupId>
-    <artifactId>idp-example-jetty-base</artifactId>
+    <name>idp-jetty-base</name>
+    <groupId>net.shibboleth.idp</groupId>
+    <artifactId>idp-jetty-base</artifactId>
     <packaging>pom</packaging>
     <version>9.3.0-SNAPSHOT</version>
 
     <properties>
         <jetty9-dta-ssl.version>1.0.0</jetty9-dta-ssl.version>
-        <assemblyDirectory>${project.build.directory}/idp-example-jetty-base</assemblyDirectory>
+        <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
     </properties>
 
     <repositories>

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


More information about the commits mailing list