[java-plugin-storage-jdbc] 01/02: JJDBC-7 Version stuck at 1.0.0

Rod Widdowson rdw at steadingsoftware.com
Sat Jun 25 13:36:32 UTC 2022


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

rdw 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=44895178e3ca7593a85024ace7e1e6d007fbdead

commit 44895178e3ca7593a85024ace7e1e6d007fbdead
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 25 14:15:20 2022 +0100

    JJDBC-7 Version stuck at 1.0.0
    
    https://shibboleth.atlassian.net/browse/JJDBC-7
    
    Create correctly formed mainfest for the impl jar
---
 jdbc-storage-impl/pom.xml | 31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

diff --git a/jdbc-storage-impl/pom.xml b/jdbc-storage-impl/pom.xml
index 7859717..d446877 100644
--- a/jdbc-storage-impl/pom.xml
+++ b/jdbc-storage-impl/pom.xml
@@ -36,11 +36,11 @@
             <artifactId>idp-admin-impl</artifactId>
             <scope>provided</scope>
         </dependency>
-	<dependency>
-	    <groupId>${slf4j.groupId}</groupId>
-	    <artifactId>slf4j-api</artifactId>
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>slf4j-api</artifactId>
             <scope>provided</scope>
-	</dependency>
+        </dependency>
         <!--  Test dependencies -->
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
@@ -74,4 +74,27 @@
         -->
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <index>true</index>
+                        <manifestSections>
+                            <manifestSection>
+                                <name>net/shibboleth/plugin/storage/jdbc/impl/</name>
+                                <manifestEntries>
+                                    <Implementation-Title>${project.artifactId}</Implementation-Title>
+                                    <Implementation-Version>${project.version}</Implementation-Version>
+                                    <Implementation-Vendor>Shibboleth</Implementation-Vendor>
+                                </manifestEntries>
+                            </manifestSection>
+                        </manifestSections>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

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


More information about the commits mailing list