Skip to content

Commit 2df635d

Browse files
committed
5.3.1 artifacts
1 parent ad6e60a commit 2df635d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
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.0"/>
3+
<property name="version" value="5.3.1"/>
44

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

IPAddress/dist/IPAddress.jar

-153 Bytes
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.0
4+
ver: 5.3.1
55
-output: dist/bdsout.jar
66
Bundle-Version: ${ver}
77
Export-Package: *;version=${ver}

IPAddress/maintenance_instructions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You need the project at compile level 9 with a jre >= 9 (last time used 11).
9090
Create the javadoc first using Java 8, altering the jdk used by the build.xml ant build run config to be version 8.
9191
Then switch over the job to jre >= 9. Then create the dist jar with java 9 in the same JVM as Eclipse, otherwise ant won't work.
9292

93-
5. Commit and push the changes.
93+
5. Commit and push the changes (pom, bnd, build, dist jar).
9494

9595
6. Create the release using the github releases button on the releases page,
9696
which allows you to select the branch.

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.0</version>
9+
<version>5.3.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>IPAddress</name>

0 commit comments

Comments
 (0)