Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Oct 21, 2023
1 parent 8dfcdc8 commit f350694
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Grab via Gradle, by applying the plugin (and configure it) in your `build.gradle

```groovy
plugins {
id "org.rm3l.datanucleus-gradle-plugin" version "1.7.0"
id "org.rm3l.datanucleus-gradle-plugin" version "2.0.0"
}
```

Expand All @@ -61,7 +61,7 @@ buildscript {
}
}
dependencies {
classpath "org.rm3l:datanucleus-gradle-plugin:1.7.0"
classpath "org.rm3l:datanucleus-gradle-plugin:2.0.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apply from: "$rootDir/functional-test.gradle"

group 'org.rm3l'
//version '1.0.181224-SNAPSHOT'
version '1.7.0'
version '2.0.0'

ext {
datanucleusCoreVersion = '6.0.5'
Expand Down
2 changes: 1 addition & 1 deletion sample-jdo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.rm3l'
version '1.7.0'
version '2.0.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion sample-jpa-multiproject/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'org.rm3l'
version '1.7.0'
version '2.0.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion sample-jpa-multiproject/domain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.rm3l'
version '1.7.0'
version '2.0.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion sample-jpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.rm3l'
version '1.7.0'
version '2.0.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit f350694

Please sign in to comment.