[java-idp-integration-tests] 02/02: Change name to idp-jetty-base from idp-example-jetty-base
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 12 15:32:50 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=3741ffaab7b09cadd172c6364bffae62eb65c27b
commit 3741ffaab7b09cadd172c6364bffae62eb65c27b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 12 14:32:18 2016 -0500
Change name to idp-jetty-base from idp-example-jetty-base
---
pom.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6386b0e..2b2e398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<java-support.version>7.3.0-SNAPSHOT</java-support.version>
<opensaml.version>3.3.0-SNAPSHOT</opensaml.version>
<idp.version>3.3.0-SNAPSHOT</idp.version>
- <idp-example-jetty-base.version>9.2.0-SNAPSHOT</idp-example-jetty-base.version>
+ <idp-jetty-base.version>9.2.0-SNAPSHOT</idp-jetty-base.version>
<selenium.version>2.53.1</selenium.version>
<testbed.version>0.5.0-SNAPSHOT</testbed.version>
<testbed.classifier>classes</testbed.classifier>
@@ -99,9 +99,9 @@
<type>zip</type>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp.example</groupId>
- <artifactId>idp-example-jetty-base</artifactId>
- <version>${idp-example-jetty-base.version}</version>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-jetty-base</artifactId>
+ <version>${idp-jetty-base.version}</version>
<scope>test</scope>
<type>tar.gz</type>
</dependency>
@@ -320,9 +320,9 @@
<outputDirectory>${test-distributions.directory}/shibboleth-identity-provider-${idp.version}</outputDirectory>
</configuration>
</execution>
- <!-- Unpack idp-example-jetty-base. -->
+ <!-- Unpack idp-jetty-base. -->
<execution>
- <id>unpack-idp-example-jetty-base</id>
+ <id>unpack-idp-jetty-base</id>
<phase>compile</phase>
<goals>
<goal>unpack</goal>
@@ -331,8 +331,8 @@
<artifactItems>
<artifactItem>
<groupId>net.shibboleth.idp.example</groupId>
- <artifactId>idp-example-jetty-base</artifactId>
- <version>${idp-example-jetty-base.version}</version>
+ <artifactId>idp-jetty-base</artifactId>
+ <version>${idp-jetty-base.version}</version>
<type>tar.gz</type>
</artifactItem>
</artifactItems>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list