Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit f2eccc8

Browse files
committed
Readme update for beta2
1 parent f3200c8 commit f2eccc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allprojects {
5656
Add this in your module `build.gradle` file:
5757
```gradle
5858
dependencies {
59-
compile 'com.github.iotaledger:iota-java:1.0.0-beta1'
59+
compile 'com.github.iotaledger:iota-java:1.0.0-beta2'
6060
}
6161
```
6262

@@ -82,7 +82,7 @@ Add this in your module `pom.xml` file:
8282
</dependency>
8383
```
8484
For the [VERSION_INFORMATION], you can choose to set it to a release number, or the first 10 characters of a commit hash.
85-
`<version>17e0de8ed5</version>` or `<version>1.0.0-beta1</version>`
85+
`<version>f3200c8380</version>` or `<version>1.0.0-beta2</version>`
8686

8787
Or check it out at [Jitpack](https://jitpack.io/#iotaledger/iota-java) for more specific information
8888

@@ -96,7 +96,7 @@ Reference your new project to the "jota" project.
9696

9797
##### Linking jar
9898
In order to build the jar; the following command should be run on the "jota" project:
99-
'mvn clean install -Prelease -DprofileIdEnabled=true'
99+
'mvn clean install'
100100

101101
This will generate a jar with the following format: `jota-[VERSION]-jar-with-dependencies.jar`
102102

0 commit comments

Comments
 (0)