Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
v0.6.5.1 with tor 0.4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
freimair committed Aug 2, 2019
1 parent e1dc183 commit 84a59be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5</version>
<version>0.6.5.1</version>
<packaging>pom</packaging>

<name>Netlayer</name>
Expand All @@ -17,7 +17,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<tor-binary.version>8.0.8</tor-binary.version>
<!-- jitpack refuses to build version 0.4.0.5-jitpack, so here is the same version addressed by the commit id -->
<tor-binary.version>1b4fbceee9</tor-binary.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tor.external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5</version>
<version>0.6.5.1</version>
</parent>

<artifactId>tor.external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tor.native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5</version>
<version>0.6.5.1</version>
</parent>

<artifactId>tor.native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.berndpruenster.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.6.5</version>
<version>0.6.5.1</version>
</parent>

<artifactId>tor</artifactId>
Expand Down

0 comments on commit 84a59be

Please sign in to comment.