Skip to content

Commit

Permalink
artifacts for 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scfoley committed Dec 29, 2019
1 parent 63a2291 commit f2bc4e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IPAddress/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="Create IP Address API" default="run" basedir=".">
<description>Create IP address jar</description>

<property name="version" value="4.3.2"/>
<property name="version" value="4.3.3"/>

<property name="rootOffset" value="."/>
<property name="rootdistdir" location="${rootOffset}/dist"/>
Expand Down
Binary file modified IPAddress/dist/IPAddress.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion IPAddress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma

<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>4.3.2</version>
<version>4.3.3</version>
<packaging>jar</packaging>

<name>IPAddress</name>
Expand Down

0 comments on commit f2bc4e1

Please sign in to comment.