Skip to content

Commit 012d68a

Browse files
authored
[gradle-module-metadata-maven-plugin] update to version 1.0 (#190)
Signed-off-by: Jendrik Johannes <[email protected]>
1 parent 0d981a4 commit 012d68a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

jr-annotation-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</plugin>
7474
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
7575
<plugin>
76-
<groupId>de.jjohannes</groupId>
76+
<groupId>org.gradlex</groupId>
7777
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
7878
</plugin>
7979
</plugins>

jr-extension-javatime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</plugin>
5353
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
5454
<plugin>
55-
<groupId>de.jjohannes</groupId>
55+
<groupId>org.gradlex</groupId>
5656
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
5757
</plugin>
5858
</plugins>

jr-objects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ has no other dependencies, and provides additional builder-style content generat
6464
</plugin>
6565
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
6666
<plugin>
67-
<groupId>de.jjohannes</groupId>
67+
<groupId>org.gradlex</groupId>
6868
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
6969
</plugin>
7070
</plugins>

jr-retrofit2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ${project.groupId}.retrofit2;version=${project.version}
6666
</plugin>
6767
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
6868
<plugin>
69-
<groupId>de.jjohannes</groupId>
69+
<groupId>org.gradlex</groupId>
7070
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
7171
</plugin>
7272
</plugins>

jr-stree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ has no other dependencies.
6969
</plugin>
7070
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
7171
<plugin>
72-
<groupId>de.jjohannes</groupId>
72+
<groupId>org.gradlex</groupId>
7373
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
7474
</plugin>
7575
</plugins>

0 commit comments

Comments
 (0)