Skip to content

Commit

Permalink
version 5.2.1 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
scfoley committed Jan 5, 2020
1 parent b2ce1f3 commit 9bd771e
Show file tree
Hide file tree
Showing 4 changed files with 6 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.2.0"/>
<property name="version" value="5.2.1"/>

<property name="rootOffset" value="."/>
<property name="rootdistdir" location="${rootOffset}/dist"/>
Expand Down
Binary file modified IPAddress/dist/IPAddress.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions IPAddress/maintenance_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ B Github

1. Edit the release "version" property in build.xml

2. Edit the release property in pom.xml
2. Edit the release "version" property in pom.xml

3. Use build.xml to first "create javadoc", then after to "create dist jar" and replace the checked-in file IPAddress.jar with the dist jar created.
NOTE: Currently we have had to separate javadoc creation from the creation of dist jar or maven, see notes in build.xml for the reason.
So, create the javadoc first using Java 8. Then switch over to creating the dist jar with java 9 in the same JVM as Eclipse, otherwise ant won't work.
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.

4. Check in and push the changes.

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.2.0</version>
<version>5.2.1</version>
<packaging>jar</packaging>

<name>IPAddress</name>
Expand Down

0 comments on commit 9bd771e

Please sign in to comment.