This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new e831c1e Fix links and versions in README
e831c1e is described below
commit e831c1e496358d81a778495bdf6fad93d13561a5
Author: Antoine Toulme <[email protected]>
AuthorDate: Sat May 25 22:47:26 2019 -0700
Fix links and versions in README
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index cdd8e0d..0a29347 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,11 @@ With Maven:
<dependency>
<groupId>org.apache.tuweni</groupId>
<artifactId>tuweni</artifactId>
- <version>1.0.0</version>
+ <version>0.7.0</version>
</dependency>
```
-With Gradle: `compile 'org.apache.tuweni:tuweni:1.0.0'`
+With Gradle: `compile 'org.apache.tuweni:tuweni:0.7.0'`
[PACKAGES.md](PACKAGES.md) contains the list of modules and instructions to
import them separately.
@@ -54,7 +54,7 @@ With Maven, add this repository with:
<dependency>
<groupId>org.apache.tuweni</groupId>
<artifactId>tuweni</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
</dependency>
```
@@ -63,7 +63,7 @@ With gradle:
maven { url "https://repository.apache.org/snapshots"}
```
-`compile 'org.apache.tuweni:tuweni:1.1.0-SNAPSHOT'`
+`compile 'org.apache.tuweni:tuweni:0.8.0-SNAPSHOT'`
## Build Instructions
@@ -81,14 +81,14 @@ After a successful build, libraries will be available in
`build/libs`.
Your contributions are very welcome! Here are a few links to help you:
-- [Issue tracker: Report a defect or feature
request](https://github.com/apache/incubator-tuweni/issues/new)
+- [Issue tracker: Report a defect or feature
request](https://issues.apache.org/jira/projects/TUWENI/issues)
- [StackOverflow: Ask "how-to" and "why-didn't-it-work"
questions](https://stackoverflow.com/questions/ask?tags=tuweni)
## Mailing lists
-- [[email protected]]([email protected]) is
for usage questions, help, and announcements.
[subscribe]([email protected]?subject=send%20this%20email%20to%20subscribe),
[unsubscribe]([email protected]?subject=send%20this%20email%20to%20unsubscribe),
[archives](https://www.mail-archive.com/[email protected]/)
-- [[email protected]]([email protected]) is for
people who want to contribute code to Tuweni.
[subscribe]([email protected]?subject=send%20this%20email%20to%20subscribe),
[unsubscribe]([email protected]?subject=send%20this%20email%20to%20unsubscribe),
[archives](https://www.mail-archive.com/[email protected]/)
-- [[email protected]]([email protected])
is for commit messages and patches to Tuweni.
[subscribe]([email protected]?subject=send%20this%20email%20to%20subscribe),
[unsubscribe]([email protected]?subject=send%20this%20email%20to%20unsubscribe),
[archives](https://www.mail-archive.com/[email protected]/)
+- [[email protected]]([email protected]) is for usage
questions, help, and announcements.
[subscribe]([email protected]?subject=send%20this%20email%20to%20subscribe),
[unsubscribe]([email protected]?subject=send%20this%20email%20to%20unsubscribe),
[archives](https://www.mail-archive.com/[email protected]/)
+- [[email protected]]([email protected]) is for people who
want to contribute code to Tuweni.
[subscribe]([email protected]?subject=send%20this%20email%20to%20subscribe),
[unsubscribe]([email protected]?subject=send%20this%20email%20to%20unsubscribe),
[archives](https://www.mail-archive.com/[email protected]/)
+- [[email protected]]([email protected]) is for
commit messages and patches to Tuweni.
[subscribe]([email protected]?subject=send%20this%20email%20to%20subscribe),
[unsubscribe]([email protected]?subject=send%20this%20email%20to%20unsubscribe),
[archives](https://www.mail-archive.com/[email protected]/)
## More information
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]