Skip to content

Commit

Permalink
[maven-release-plugin] prepare release classgraph-4.8.163
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Oct 13, 2023
1 parent b9b6a1e commit 9422b18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

<description>The uber-fast, ultra-lightweight classpath and module scanner for JVM languages.</description>
Expand Down Expand Up @@ -31,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>classgraph-4.8.162</tag>
<tag>classgraph-4.8.163</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -412,9 +412,10 @@
<!-- will lead to the following build-time warning, if maven.compiler.showWarnings -->
<!-- is set to true: -->
<!-- "[WARNING] bootstrap class path not set in conjunction with -source 7" -->
<!-- TODO: JDK 7 is no longer supported as of JDK 20. -->
<source>7</source>
<target>7</target>
<!-- Tests use recent JDK features -->
<!-- Tests use recent JDK features -->
<testSource>8</testSource>
<testTarget>8</testTarget>
<useIncrementalCompilation>false</useIncrementalCompilation>
Expand Down

0 comments on commit 9422b18

Please sign in to comment.