Skip to content

Commit

Permalink
artifacts for v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed Aug 27, 2020
1 parent 447ce52 commit 34f4e3c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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.1"/>
<property name="version" value="5.3.2"/>

<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.1
ver: 5.3.2
-output: dist/bdsout.jar
Bundle-Version: ${ver}
Export-Package: *;version=${ver}
15 changes: 10 additions & 5 deletions IPAddress/maintenance_instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ Done.
To update the gh-pages docs
---------------------------

Thankfully this is much easier than before, no more odt, no more docx. The master file is now the file ipaddress.md in the repo. You have two options:
Thankfully this is much easier than before, no more odt, no more docx.
The master file is now the file ipaddress.md in the repo.

1. Make edits directly in github. https://github.com/seancfoley/IPAddress/edit/gh-pages/ipaddress.md
You have two options:

2. Check out the repo gh-pages branch, then use Atom to edit. Use the markdown preview using Ctl-Shift-M.
Option 1. Make edits directly in github. https://github.com/seancfoley/IPAddress/edit/gh-pages/ipaddress.md

Option 2. Check out the repo gh-pages branch, then use Atom to edit. Use the markdown preview using Ctl-Shift-M.



Expand All @@ -57,8 +60,8 @@ B Github
4. 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.
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.
a. Create the javadoc first using Java 8, altering the jdk used by the build.xml ant build run config to be version 8.
b. Then switch over the job to jre >= 9. Then ensure your module-info.java is uncommented. 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 (pom, bnd, build, dist jar).

Expand Down Expand Up @@ -94,6 +97,8 @@ It may take about 10 minutes.

12. Once they are there, use an eclipse maven project to add as a dependency and check it shows up. You can run some code in a main method as well for further testing.

D Bintray

13. bintray - create version using the button, then add date and version number 5.3.1 (description can be skipped)
Then go to the version, select upload files at the top
com/github/seancfoley/ipaddress/5.3.1 is target folder
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.1</version>
<version>5.3.2</version>
<packaging>jar</packaging>

<name>IPAddress</name>
Expand Down

0 comments on commit 34f4e3c

Please sign in to comment.