[java-idp-plugin-scripting] 02/03: rename top level project to idp-plugin-scripting
Rod Widdowson
rdw at steadingsoftware.com
Sun Oct 4 10:58:42 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=6dd6d9ef2a5fb5f35199a48ef4c2981f1fc9de46
commit 6dd6d9ef2a5fb5f35199a48ef4c2981f1fc9de46
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Oct 4 11:46:52 2020 +0100
rename top level project to idp-plugin-scripting
---
nashorn-dist/pom.xml | 2 +-
nashorn-impl/pom.xml | 2 +-
pom.xml | 2 +-
rhino-dist/pom.xml | 2 +-
rhino-impl/pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/nashorn-dist/pom.xml b/nashorn-dist/pom.xml
index 27e844a..02e2272 100644
--- a/nashorn-dist/pom.xml
+++ b/nashorn-dist/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
- <artifactId>scripting</artifactId>
+ <artifactId>idp-plugin-scripting</artifactId>
<version>0.1.4-SNAPSHOT</version>
</parent>
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index 486cec3..c97e39a 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
- <artifactId>scripting</artifactId>
+ <artifactId>idp-plugin-scripting</artifactId>
<version>0.1.4-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 144c3a1..83c54a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
</parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
- <artifactId>scripting</artifactId>
+ <artifactId>idp-plugin-scripting</artifactId>
<version>0.1.4-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 667411c..8201d23 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
- <artifactId>scripting</artifactId>
+ <artifactId>idp-plugin-scripting</artifactId>
<version>0.1.4-SNAPSHOT</version>
</parent>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index c146214..c931127 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.scripting</groupId>
- <artifactId>scripting</artifactId>
+ <artifactId>idp-plugin-scripting</artifactId>
<version>0.1.4-SNAPSHOT</version>
</parent>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list