Skip to content

Commit ddeb6b8

Browse files
committed
updated versions to 1.3.0
1 parent 5b65c84 commit ddeb6b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ buildscript {
5555
}
5656
}
5757
dependencies {
58-
classpath "org.javamodularity:moduleplugin:1.2.1"
58+
classpath "org.javamodularity:moduleplugin:1.3.0"
5959
}
6060
}
6161

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.javamodularity'
9-
version '1.2.1'
9+
version '1.3.0'
1010

1111
sourceCompatibility = 11
1212
targetCompatibility = 11

test-project/smoke_test_build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
subprojects {
1010
apply plugin: 'java'
1111

12-
version "1.2.1"
12+
version "1.3.0"
1313

1414
sourceCompatibility = 11
1515
targetCompatibility = 11

0 commit comments

Comments
 (0)