Skip to content

Commit

Permalink
fix release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jul 29, 2020
1 parent 2347e9f commit 5a76688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<attribute name="Class-Path" value="${manifest_cp}"/>
<attribute name="Implementation-Vendor" value="io.ipfs"/>
<attribute name="Implementation-Title" value="multiaddr"/>
<attribute name="Implementation-Version" value="1.2.0"/>
<attribute name="Implementation-Version" value="1.4.0"/>
</manifest>
</jar>
</target>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.multiformats</groupId>
<artifactId>java-multiaddr</artifactId>
<version>v1.3.2</version>
<version>v1.4.0</version>

<name>multiaddr</name>
<url>https://github.com/multiformats/java-multiaddr</url>
Expand Down Expand Up @@ -33,7 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.junit>4.12</version.junit>
<version.hamcrest>1.3</version.hamcrest>
<version.cid>v1.1.0</version.cid>
<version.cid>v1.3.0</version.cid>
</properties>

<repositories>
Expand Down

0 comments on commit 5a76688

Please sign in to comment.