Skip to content

Commit

Permalink
Updated version number to 2.2.1 and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
SecureNetWizard committed Jul 19, 2024
1 parent e402443 commit 52890df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# jnetpcap-wrapper 2.2.1

This release contains minor changes to facilitate deployment to the Maven Central Repository.

## Changes

- Updated POM file to allow release deployment to s01.oss.sonatype.org server
- No functional changes to the wrapper code

## Deployment

This version is now available on Maven Central. Update your dependencies to use this release.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.slytechs.jnet.jnetpcap</groupId>
<artifactId>jnetpcap-wrapper</artifactId>
<!-- mvn versions:set -DnewVersion=_new_version_ -->
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<name>jNetPcap Wrapper</name>
<description>A java wrapper for native LIBPCAP library and PCAP API</description>
<url>https://www.jnetpcap.org</url>
Expand Down

0 comments on commit 52890df

Please sign in to comment.