[java-idp-plugin-totp] branch main updated: Rename assembly file.

Scott Cantor cantor.2 at osu.edu
Tue Sep 5 12:48:57 UTC 2023


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

scantor pushed a commit to branch main
in repository java-idp-plugin-totp.

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

The following commit(s) were added to refs/heads/main by this push:
     new 46daed3  Rename assembly file.
46daed3 is described below

commit 46daed34e74efd0e63a020d5e98975d8ebb9136d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 5 08:48:55 2023 -0400

    Rename assembly file.
---
 totp-dist/pom.xml                                                     | 2 +-
 totp-dist/src/main/assembly/{plugin-assembly-tgz.xml => assembly.xml} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 59d099f..aa410f0 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -60,7 +60,7 @@
                 <configuration>
                     <appendAssemblyId>false</appendAssemblyId>
                     <descriptors>
-                        <descriptor>src/main/assembly/plugin-assembly-tgz.xml</descriptor>
+                        <descriptor>src/main/assembly/assembly.xml</descriptor>
                     </descriptors>
                     <finalName>${dist.finalName}</finalName>
                     <overrideUid>1000</overrideUid>
diff --git a/totp-dist/src/main/assembly/plugin-assembly-tgz.xml b/totp-dist/src/main/assembly/assembly.xml
similarity index 100%
rename from totp-dist/src/main/assembly/plugin-assembly-tgz.xml
rename to totp-dist/src/main/assembly/assembly.xml

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


More information about the commits mailing list