We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e688a7 commit e6f3db1Copy full SHA for e6f3db1
README.md
@@ -38,14 +38,14 @@ Users can
38
[download releases](https://github.com/bouncestorage/swiftproxy/releases)
39
from GitHub. One can also build the project by running `mvn package`
40
which produces a binary at
41
-`target/swift-proxy-1.0-SNAPSHOT-jar-with-dependencies.jar`.
+`target/swift-proxy-1.0.0-jar-with-dependencies.jar`.
42
SwiftProxy requires Java 8 to run.
43
44
Examples
45
--------
46
47
```
48
-java -jar ./swift-proxy-1.0-SNAPSHOT-jar-with-dependencies.jar --properties swiftproxy.conf
+java -jar ./swift-proxy-1.0.0-jar-with-dependencies.jar --properties swiftproxy.conf
49
50
51
Users can configure SwiftProxy via a properties file. An example
0 commit comments