Skip to content

Commit

Permalink
version 5.2.0 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
scfoley committed Dec 29, 2019
1 parent 2d34e85 commit ae99710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions 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.1.0"/>
<property name="version" value="5.2.0"/>

<property name="rootOffset" value="."/>
<property name="rootdistdir" location="${rootOffset}/dist"/>
Expand Down Expand Up @@ -77,7 +77,7 @@ java -cp ${jarname} ${rootPackage}.test.TestRunner fast performance
</fileset>
</delete>
<echo message="compiling as Java 8"/>
<javac srcdir="${src_location}" destdir="${bin_location}" debug="on"
<javac srcdir="${src_location}" destdir="${bin_location}" debug="on"
source="1.8" target="1.8" failonerror="false" verbose="false" createMissingPackageInfoClass="false"
deprecation="true">
<include name="${rootPackagePath}/**/*.java"/>
Expand All @@ -97,7 +97,6 @@ java -cp ${jarname} ${rootPackage}.test.TestRunner fast performance
${rootPackage}.format.standard, ${rootPackage}.format.large, ${rootPackage}.format.string,
${rootPackage}.format.util.sql, ${rootPackage}.ipv6, ${rootPackage}.ipv4, ${rootPackage}.mac"
stylesheetfile="${functional_doclet_dir}/stylesheet_custom.css"
verbose="true"
author="true"
public="true"
use="true"
Expand Down
Binary file modified IPAddress/dist/IPAddress.jar
Binary file not shown.
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.1.0</version>
<version>5.2.0</version>
<packaging>jar</packaging>

<name>IPAddress</name>
Expand Down

0 comments on commit ae99710

Please sign in to comment.