[java-idp-plugin-totp] branch main updated: Add version to manifest.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 2 18:31:16 UTC 2020
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=ff44bf9fd63eafd8c67a17dcb828ed7379e07887
The following commit(s) were added to refs/heads/main by this push:
new ff44bf9 Add version to manifest.
ff44bf9 is described below
commit ff44bf9fd63eafd8c67a17dcb828ed7379e07887
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 2 14:31:13 2020 -0400
Add version to manifest.
---
totp-impl/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 30bab2f..10221ff 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -206,6 +206,16 @@
<manifestEntries>
<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
</manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>net/shibboleth/idp/plugin/totp/</name>
+ <manifestEntries>
+ <Implementation-Title>${project.artifactId}</Implementation-Title>
+ <Implementation-Version>${project.version}</Implementation-Version>
+ <Implementation-Vendor>shibboleth.net</Implementation-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ </manifestSections>
</archive>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list