Skip to content

Commit 039bb98

Browse files
committed
version 5.3.3 artifacts
1 parent 83b2acd commit 039bb98

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

IPAddress/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project name="Create IP Address API" default="run" basedir=".">
22
<description>Create IP address jar</description>
3-
<property name="version" value="5.3.2"/>
3+
<property name="version" value="5.3.3"/>
44

55
<property name="rootOffset" value="."/>
66
<property name="rootdistdir" location="${rootOffset}/dist"/>

IPAddress/dist/IPAddress.jar

-35.5 KB
Binary file not shown.

IPAddress/ipaddress.bnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-classpath: ./bin/
22
-classpath: dist/classes.jar
33
Bundle-SymbolicName: com.github.seancfoley.ipaddress
4-
ver: 5.3.2
4+
ver: 5.3.3
55
-output: dist/bdsout.jar
66
Bundle-Version: ${ver}
77
Export-Package: *;version=${ver}

IPAddress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
66

77
<groupId>com.github.seancfoley</groupId>
88
<artifactId>ipaddress</artifactId>
9-
<version>5.3.2</version>
9+
<version>5.3.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>IPAddress</name>

0 commit comments

Comments
 (0)