[java-idp-plugin-scripting] branch main updated: Make assemblies uniques
Rod Widdowson
rdw at steadingsoftware.com
Sat Aug 22 10:55:37 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=b024d0ccf5baa314fa092f922cabc42937503fdc
The following commit(s) were added to refs/heads/main by this push:
new b024d0c Make assemblies uniques
b024d0c is described below
commit b024d0ccf5baa314fa092f922cabc42937503fdc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Aug 22 11:54:07 2020 +0100
Make assemblies uniques
---
nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml | 2 +-
nashorn-dist/src/main/assembly/plugin-assembly-zip.xml | 2 +-
rhino-dist/src/main/assembly/plugin-assembly-tgz.xml | 2 +-
rhino-dist/src/main/assembly/plugin-assembly-zip.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml b/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml
index f930a56..e9ae044 100644
--- a/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml
+++ b/nashorn-dist/src/main/assembly/plugin-assembly-tgz.xml
@@ -1,5 +1,5 @@
<assembly>
- <id>assembly</id>
+ <id>assembly-tgz</id>
<formats>
<format>tar.gz</format>
</formats>
diff --git a/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml b/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml
index 711de89..77e70da 100644
--- a/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml
+++ b/nashorn-dist/src/main/assembly/plugin-assembly-zip.xml
@@ -1,5 +1,5 @@
<assembly>
- <id>assembly</id>
+ <id>assembly-zip</id>
<formats>
<format>zip</format>
</formats>
diff --git a/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml b/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml
index f930a56..e9ae044 100644
--- a/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml
+++ b/rhino-dist/src/main/assembly/plugin-assembly-tgz.xml
@@ -1,5 +1,5 @@
<assembly>
- <id>assembly</id>
+ <id>assembly-tgz</id>
<formats>
<format>tar.gz</format>
</formats>
diff --git a/rhino-dist/src/main/assembly/plugin-assembly-zip.xml b/rhino-dist/src/main/assembly/plugin-assembly-zip.xml
index 27365d7..390a0ae 100644
--- a/rhino-dist/src/main/assembly/plugin-assembly-zip.xml
+++ b/rhino-dist/src/main/assembly/plugin-assembly-zip.xml
@@ -1,5 +1,5 @@
<assembly>
- <id>assembly</id>
+ <id>assembly-zip</id>
<formats>
<format>zip</format>
</formats>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list