Skip to content

Commit

Permalink
version 5.3.3 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed Sep 25, 2020
1 parent 83b2acd commit 039bb98
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IPAddress/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="Create IP Address API" default="run" basedir=".">
<description>Create IP address jar</description>
<property name="version" value="5.3.2"/>
<property name="version" value="5.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/ipaddress.bnd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#-classpath: ./bin/
-classpath: dist/classes.jar
Bundle-SymbolicName: com.github.seancfoley.ipaddress
ver: 5.3.2
ver: 5.3.3
-output: dist/bdsout.jar
Bundle-Version: ${ver}
Export-Package: *;version=${ver}
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>5.3.2</version>
<version>5.3.3</version>
<packaging>jar</packaging>

<name>IPAddress</name>
Expand Down

0 comments on commit 039bb98

Please sign in to comment.