Skip to content

Commit deaed4d

Browse files
committed
Set version to 2.0.0-SNAPSHOT for upcoming development
1 parent e9fe13f commit deaed4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ For Maven projects use:
9393

9494
For Gradle projects use:
9595
```kts
96-
compileOnly("com.eternalcode:eternalcore-api:1.7.0-SNAPSHOT")
96+
compileOnly("com.eternalcode:eternalcore-api:2.0.0-SNAPSHOT")
9797
```
9898

9999
For Maven projects use:
100100
```xml
101101
<dependency>
102102
<groupId>com.eternalcode</groupId>
103103
<artifactId>eternalcore-api</artifactId>
104-
<version>1.7.0-SNAPSHOT</version>
104+
<version>2.0.0-SNAPSHOT</version>
105105
<scope>provided</scope>
106106
</dependency>
107107
```

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.7.0-SNAPSHOT"
7+
version = "2.0.0-SNAPSHOT"
88

99
checkstyle {
1010
toolVersion = "10.26.1"

buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.7.0-SNAPSHOT"
7+
version = "2.0.0-SNAPSHOT"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)