[java-plugin-storage-jdbc] branch main updated: Add zip format to assembly for consistency.

Scott Cantor cantor.2 at osu.edu
Thu Aug 10 16:33:38 UTC 2023


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

scantor pushed a commit to branch main
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=f2e921a8ccaabe2c06bd7d924f6102361c7df6af

The following commit(s) were added to refs/heads/main by this push:
     new f2e921a  Add zip format to assembly for consistency.
f2e921a is described below

commit f2e921a8ccaabe2c06bd7d924f6102361c7df6af
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 10 12:33:35 2023 -0400

    Add zip format to assembly for consistency.
---
 jdbc-storage-dist/src/main/assembly/assembly.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jdbc-storage-dist/src/main/assembly/assembly.xml b/jdbc-storage-dist/src/main/assembly/assembly.xml
index 1a8eace..7af6731 100644
--- a/jdbc-storage-dist/src/main/assembly/assembly.xml
+++ b/jdbc-storage-dist/src/main/assembly/assembly.xml
@@ -5,6 +5,7 @@
     <id>bin</id>
     <formats>
         <format>tar.gz</format>
+        <format>zip</format>
     </formats>
 
     <fileSets>

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


More information about the commits mailing list