[java-idp-jetty-base] branch 9.2 updated: Change name to idp-jetty-base from idp-example-jetty-base
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 12 15:26:54 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.2
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=b24ee58d5873420a6758d7e71b5aac3297c2651d
The following commit(s) were added to refs/heads/9.2 by this push:
new b24ee58 Change name to idp-jetty-base from idp-example-jetty-base
b24ee58 is described below
commit b24ee58d5873420a6758d7e71b5aac3297c2651d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 14:16:31 2016 -0500
Change name to idp-jetty-base from idp-example-jetty-base
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f217f95..02ea171 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.2.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