[Git][java-team/metainf-services][upstream] New upstream version 1.9
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Jun 20 15:05:44 BST 2022
Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / metainf-services
Commits:
44f531c0 by Emmanuel Bourg at 2022-06-20T15:22:41+02:00
New upstream version 1.9
- - - - -
2 changed files:
- + README.md
- pom.xml
Changes:
=====================================
README.md
=====================================
@@ -0,0 +1,8 @@
+# [META-INF/services generator](http://metainf-services.kohsuke.org)
+
+Generates META-INF/services files automatically
+
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.kohsuke.metainf-services/metainf-services/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.kohsuke.metainf-services/metainf-services)
+[![Javadocs](https://javadoc.io/badge/org.kohsuke.metainf-services/metainf-services.svg?color=brightgreen)](https://javadoc.io/doc/org.kohsuke.metainf-services/metainf-services)
+
+See http://metainf-services.kohsuke.org for usage.
=====================================
pom.xml
=====================================
@@ -9,7 +9,7 @@
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
<name>META-INF/services generator</name>
<description>Annotation-driven META-INF/services auto-generation</description>
<url>http://metainf-services.kohsuke.org/</url>
@@ -18,7 +18,7 @@
<connection>scm:git:git at github.com/kohsuke/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/kohsuke/${project.artifactId}.git</developerConnection>
<url>http://${project.artifactId}.kohsuke.org/</url>
- <tag>metainf-services-1.8</tag>
+ <tag>metainf-services-1.9</tag>
</scm>
<distributionManagement>
@@ -45,36 +45,52 @@
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-proc:none</compilerArgument>
- </configuration>
+ </configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.15</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>check</goal>
- </goals>
- <configuration>
- <signature>
- <groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
- <version>1.0</version>
- </signature>
- </configuration>
- </execution>
- </executions>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.2.0</version>
+ <executions>
+ <execution>
+ <id>default-jar</id>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>org.kohsuke.metainf_services</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>1.15</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <signature>
+ <groupId>org.codehaus.mojo.signature</groupId>
+ <artifactId>java16</artifactId>
+ <version>1.0</version>
+ </signature>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>
<licenses>
<license>
- <name>MIT license</name>
- <url>http://www.opensource.org/licenses/mit-license.php</url>
- <distribution>repo</distribution>
+ <name>MIT license</name>
+ <url>http://www.opensource.org/licenses/mit-license.php</url>
+ <distribution>repo</distribution>
</license>
</licenses>
</project>
View it on GitLab: https://salsa.debian.org/java-team/metainf-services/-/commit/44f531c02a2391b9c1b7b5b1b2a72c0af7cd07f4
--
View it on GitLab: https://salsa.debian.org/java-team/metainf-services/-/commit/44f531c02a2391b9c1b7b5b1b2a72c0af7cd07f4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220620/cc140d33/attachment.htm>
More information about the pkg-java-commits
mailing list