diff --git a/common/pom.xml b/common/pom.xml
index 666e37feeb..ac8ea82abf 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index f765ed4602..cd7cb1aaef 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
core
diff --git a/gui/pom.xml b/gui/pom.xml
index 848bc34068..35981da194 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -22,7 +22,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0
diff --git a/jsocks/pom.xml b/jsocks/pom.xml
index 6a8b91f1da..dafeba7217 100644
--- a/jsocks/pom.xml
+++ b/jsocks/pom.xml
@@ -5,7 +5,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0
diff --git a/jtorctl/pom.xml b/jtorctl/pom.xml
index d46a90050d..fce155fe10 100644
--- a/jtorctl/pom.xml
+++ b/jtorctl/pom.xml
@@ -5,7 +5,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0
diff --git a/jtorproxy/pom.xml b/jtorproxy/pom.xml
index a5cff1ff16..22aac5e59b 100644
--- a/jtorproxy/pom.xml
+++ b/jtorproxy/pom.xml
@@ -5,7 +5,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0
diff --git a/network/pom.xml b/network/pom.xml
index 3862ac61ef..c471b2aff6 100644
--- a/network/pom.xml
+++ b/network/pom.xml
@@ -5,7 +5,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0
diff --git a/network/src/main/java/io/bitsquare/p2p/seed/SeedNodesRepository.java b/network/src/main/java/io/bitsquare/p2p/seed/SeedNodesRepository.java
index 0048f001c1..1d0aa02c08 100644
--- a/network/src/main/java/io/bitsquare/p2p/seed/SeedNodesRepository.java
+++ b/network/src/main/java/io/bitsquare/p2p/seed/SeedNodesRepository.java
@@ -31,16 +31,16 @@ public class SeedNodesRepository {
new NodeAddress("s5xpstlooosehtxm.onion:8000"),
new NodeAddress("izs5oz7i5ta7c2ir.onion:8000"),*/
- // v0.3.5
- /* new NodeAddress("hulvbm5xjn7b7ku4.onion:8000"),
+ // v0.3.5, v0.3.6 (backwards compatible)
+ new NodeAddress("hulvbm5xjn7b7ku4.onion:8000"),
new NodeAddress("3efgjjbdvhbvck3x.onion:8000"),
- new NodeAddress("3unfcshgwipxhxfm.onion:8000"),*/
+ new NodeAddress("3unfcshgwipxhxfm.onion:8000"),
- // v0.3.6
- new NodeAddress("ybmi4iaesugslxrw.onion:8000"),
+ // v0.3.7
+ /* new NodeAddress("ybmi4iaesugslxrw.onion:8000"),
new NodeAddress("ufwnvo775jfnjeux.onion:8000"),
- new NodeAddress("b66vnevaljo6xt5a.onion:8000"),
+ new NodeAddress("b66vnevaljo6xt5a.onion:8000"),*/
// testnet
new NodeAddress("znmy44wcstn2rkva.onion:8001"),
diff --git a/pom.xml b/pom.xml
index 6e65d490aa..d95dc97e50 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.bitsquare
parent
pom
- 0.3.6-SNAPSHOT
+ 0.3.6
Bitsquare - The decentralized bitcoin exchange
https://bitsquare.io
diff --git a/seednode/pom.xml b/seednode/pom.xml
index ea8e96ec9a..e4d98a69a3 100644
--- a/seednode/pom.xml
+++ b/seednode/pom.xml
@@ -5,7 +5,7 @@
parent
io.bitsquare
- 0.3.6-SNAPSHOT
+ 0.3.6
4.0.0