[java-idp-tomcat-base] 06/06: Change name to idp-tomcat-base from idp-example-tomcat-base
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 12 16:10:31 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=bf2dd741e292fececf6ef2c166b0f9e2ccfbb3c6
commit bf2dd741e292fececf6ef2c166b0f9e2ccfbb3c6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 15:08:46 2016 -0500
Change name to idp-tomcat-base from idp-example-tomcat-base
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0d8b33..bb79530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,14 +10,14 @@
<version>TRUNK-SNAPSHOT</version>
</parent>
- <name>idp-example-tomcat-base</name>
- <groupId>net.shibboleth.idp.example</groupId>
- <artifactId>idp-example-tomcat-base</artifactId>
+ <name>idp-tomcat-base</name>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-tomcat-base</artifactId>
<packaging>pom</packaging>
<version>8.0.0-SNAPSHOT</version>
<properties>
- <assemblyDirectory>${project.build.directory}/idp-example-tomcat-base</assemblyDirectory>
+ <assemblyDirectory>${project.build.directory}/idp-tomcat-base</assemblyDirectory>
<jstl.version>1.2</jstl.version>
<tomcat.version>8.0.36</tomcat.version>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list