Skip to content

Commit 1459bda

Browse files
authored
Update README.md
Read https://docs.gradle.org/current/userguide/single_versions.html before changing versioning schemes
1 parent d1fcec2 commit 1459bda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ To add the newest Math version as a dependency, add this to your project's POM:
6767
<dependency>
6868
<groupId>org.cryptimeleon</groupId>
6969
<artifactId>math</artifactId>
70-
<version>3.+.+</version>
70+
<version>3.+</version>
7171
</dependency>
7272
```
7373

7474
### Installation With Gradle
7575

7676
Math is published via Maven Central.
7777
Therefore, you need to add `mavenCentral()` to the `repositories` section of your project's `build.gradle` file.
78-
Then, add `implementation group: 'org.cryptimeleon', name: 'math', version: '3.+.+'` to the `dependencies` section of your `build.gradle` file.
78+
Then, add `implementation group: 'org.cryptimeleon', name: 'math', version: '3.+'` to the `dependencies` section of your `build.gradle` file.
7979

8080
For example:
8181

@@ -85,7 +85,7 @@ repositories {
8585
}
8686
8787
dependencies {
88-
implementation group: 'org.cryptimeleon', name: 'math', version: '3.+.+'
88+
implementation group: 'org.cryptimeleon', name: 'math', version: '3.+'
8989
}
9090
```
9191

0 commit comments

Comments
 (0)