Skip to content

Commit

Permalink
5.3.1 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed May 15, 2020
1 parent ad6e60a commit 2df635d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.0"/>
<property name="version" value="5.3.1"/>

<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.0
ver: 5.3.1
-output: dist/bdsout.jar
Bundle-Version: ${ver}
Export-Package: *;version=${ver}
2 changes: 1 addition & 1 deletion IPAddress/maintenance_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You need the project at compile level 9 with a jre >= 9 (last time used 11).
Create the javadoc first using Java 8, altering the jdk used by the build.xml ant build run config to be version 8.
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.

5. Commit and push the changes.
5. Commit and push the changes (pom, bnd, build, dist jar).

6. Create the release using the github releases button on the releases page,
which allows you to select the branch.
Expand Down
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.0</version>
<version>5.3.1</version>
<packaging>jar</packaging>

<name>IPAddress</name>
Expand Down

0 comments on commit 2df635d

Please sign in to comment.