Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-2.0.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SecureNetWizard committed Oct 25, 2023
2 parents bf4a657 + 68a1ff0 commit 2c65e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<groupId>com.slytechs.jnet</groupId>
<artifactId>jnetpcap</artifactId>
<!-- mvn versions:set -DnewVersion=_new_version_ -->
<version>2.0.0+jdk.21</version>
<version>2.0.0</version>
<name>jNetPcap</name>
<description>A Java wrapper for native libpcap library</description>
<url>https://www.jnetpcap.org</url>
<properties>
<jdk.version>21</jdk.version>
<jdk.version>22</jdk.version>
<project.build.sourceEncoding>${java.encoding}</project.build.sourceEncoding>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
<maven.compiler.target>${jdk.version}</maven.compiler.target>
Expand Down

0 comments on commit 2c65e6a

Please sign in to comment.