[java-idp-plugin-duo] branch main updated: Make assembly id's unique.

Phil Smart philip.smart at jisc.ac.uk
Thu Aug 20 09:00:23 UTC 2020


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=ec252e2d12f32c5aa8ca30d8d5f849ab2ef6903f

The following commit(s) were added to refs/heads/main by this push:
       new  ec252e2   Make assembly id's unique.
ec252e2 is described below

commit ec252e2d12f32c5aa8ca30d8d5f849ab2ef6903f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Aug 20 10:00:14 2020 +0100

    Make assembly id's unique.
---
 idp-duo-distribution/src/main/assembly/duo-bare-assembly.xml       | 2 +-
 idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-duo-distribution/src/main/assembly/duo-bare-assembly.xml b/idp-duo-distribution/src/main/assembly/duo-bare-assembly.xml
index 0b956d2..9c05ca3 100644
--- a/idp-duo-distribution/src/main/assembly/duo-bare-assembly.xml
+++ b/idp-duo-distribution/src/main/assembly/duo-bare-assembly.xml
@@ -1,7 +1,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
-    <id>bin</id>
+    <id>bin-bare</id>
     <formats>
         <format>tar.gz</format>
         <format>tar.bz2</format>
diff --git a/idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml b/idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml
index 8f040cc..0fbed3f 100644
--- a/idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml
+++ b/idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml
@@ -1,7 +1,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
-    <id>bin</id>
+    <id>bin-native</id>
     <formats>
         <format>tar.gz</format>
         <format>tar.bz2</format>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list