Skip to content

Commit

Permalink
[maven-release-plugin] prepare release classgraph-4.8.47
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Aug 28, 2019
1 parent 97c070d commit 979fb19
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.47-SNAPSHOT</version>
<version>4.8.47</version>
<name>ClassGraph</name>

<description>The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.</description>
Expand Down Expand Up @@ -34,7 +31,7 @@
<connection>scm:git:git@github.com:classgraph/classgraph.git</connection>
<developerConnection>scm:git:git@github.com:classgraph/classgraph.git</developerConnection>
<url>https://github.com/classgraph/classgraph</url>
<tag>HEAD</tag>
<tag>classgraph-4.8.47</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -229,8 +226,7 @@
</goals>
<configuration>
<rules>
<checkSignatureRule
implementation="org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule">
<checkSignatureRule implementation="org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule">
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<!-- Check against JDK 7 API -->
Expand Down

0 comments on commit 979fb19

Please sign in to comment.