[java-idp-plugin-scripting] 02/15: Fix some warnings
Ian Young
ian at iay.org.uk
Mon Jun 22 13:03:38 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=29f42c9931af60c3fb3b046618cb9d459cecc6d0
commit 29f42c9931af60c3fb3b046618cb9d459cecc6d0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed May 6 15:48:52 2020 +0100
Fix some warnings
---
.gitignore | 2 ++
nashorn-dist/pom.xml | 5 ++---
nashorn-impl/pom.xml | 5 ++---
pom.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index b742e95..30abc8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
*/.classpath
*/.project
*/.settings
+/.project
+/.settings
diff --git a/nashorn-dist/pom.xml b/nashorn-dist/pom.xml
index 5dfa743..7f87b28 100644
--- a/nashorn-dist/pom.xml
+++ b/nashorn-dist/pom.xml
@@ -5,14 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.plugin</groupId>
+ <groupId>net.shibboleth.plugin.scripting</groupId>
<artifactId>scripting</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>net.shibboleth.plugin</groupId>
+ <groupId>net.shibboleth.plugin.scripting.nahsorn</groupId>
<artifactId>nashorn-dist</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Shibboleth Project Nashorn plugin package</name>
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index ce92f76..f7421c4 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -5,14 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.plugin</groupId>
+ <groupId>net.shibboleth.plugin.scripting</groupId>
<artifactId>scripting</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>net.shibboleth.plugin</groupId>
+ <groupId>net.shibboleth.plugin.scripting.nashorn</groupId>
<artifactId>nashorn-impl</artifactId>
- <version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Shibboleth Project Nashorn plugin</name>
diff --git a/pom.xml b/pom.xml
index 8a5eef1..1990026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
</parent>
- <groupId>net.shibboleth.plugin</groupId>
+ <groupId>net.shibboleth.plugin.scripting</groupId>
<artifactId>scripting</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list