Skip to content

Commit

Permalink
Merge pull request #1 from cd2357/upgrade-tor-binary-v0.4.5.6-tor-bro…
Browse files Browse the repository at this point in the history
…wser-v10.0.12

Bump dependency: tor binary v0.4.5.6 / tor browser v10.0.12
  • Loading branch information
bisq-github-admin-3 authored Feb 26, 2021
2 parents 14a1e6e + 8f4e620 commit 32779ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 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.8</version>
<version>0.6.8.3</version>
<packaging>pom</packaging>

<name>Netlayer</name>
Expand All @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<tor-binary.version>0.4.3.6</tor-binary.version>
<tor-binary.version>a4b868a</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.8</version>
<version>0.6.8.3</version>
</parent>

<artifactId>tor.external</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions 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.8</version>
<version>0.6.8.3</version>
</parent>

<artifactId>tor.native</artifactId>
Expand All @@ -20,22 +20,22 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.JesusMcCloud.tor-binary</groupId>
<groupId>com.github.bisq-network.tor-binary</groupId>
<artifactId>tor-binary-macos</artifactId>
<version>${tor-binary.version}</version>
</dependency>
<dependency>
<groupId>com.github.JesusMcCloud.tor-binary</groupId>
<groupId>com.github.bisq-network.tor-binary</groupId>
<artifactId>tor-binary-linux32</artifactId>
<version>${tor-binary.version}</version>
</dependency>
<dependency>
<groupId>com.github.JesusMcCloud.tor-binary</groupId>
<groupId>com.github.bisq-network.tor-binary</groupId>
<artifactId>tor-binary-linux64</artifactId>
<version>${tor-binary.version}</version>
</dependency>
<dependency>
<groupId>com.github.JesusMcCloud.tor-binary</groupId>
<groupId>com.github.bisq-network.tor-binary</groupId>
<artifactId>tor-binary-windows</artifactId>
<version>${tor-binary.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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.8</version>
<version>0.6.8.3</version>
</parent>

<artifactId>tor</artifactId>
Expand All @@ -16,7 +16,7 @@

<dependencies>
<dependency>
<groupId>com.github.JesusMcCloud.tor-binary</groupId>
<groupId>com.github.bisq-network.tor-binary</groupId>
<artifactId>tor-binary-geoip</artifactId>
<version>${tor-binary.version}</version>
</dependency>
Expand Down

0 comments on commit 32779ac

Please sign in to comment.