Skip to content

Commit

Permalink
[#117] Harmonized mvn plugin groupId names
Browse files Browse the repository at this point in the history
  • Loading branch information
susanw1 committed Oct 9, 2023
1 parent 03e0569 commit a328c88
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions clients/java-client-lib/client-command-builders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<build>
<plugins>
<plugin>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin</artifactId>
<version>${project.version}</version>
<version>0.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions model/model-templating-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<dependencies>
<dependency>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin-adapter</artifactId>
<version>${project.version}</version>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.zscript</groupId>
Expand Down
4 changes: 2 additions & 2 deletions receivers/jvm/java-model-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<build>
<plugins>
<plugin>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin</artifactId>
<version>${project.version}</version>
<version>0.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion receivers/native/cpp-model-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<build>
<plugins>
<plugin>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
Expand All @@ -15,7 +15,7 @@

<dependencies>
<dependency>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin-adapter</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -60,7 +60,7 @@
</dependency>
</dependencies>

<!-- Useful: run mvn help:describe -Dplugin=net.zscript.maven:mustache-templating-maven-plugin -Ddetail -->
<!-- Useful: run mvn help:describe -Dplugin=net.zscript.maven-templates:mustache-templating-maven-plugin -Ddetail -->
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions util/mustache-templating/mustache-templating-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -35,7 +35,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin-test-resources</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand All @@ -45,12 +45,12 @@
<build>
<plugins>
<plugin>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin</artifactId>
<version>${project.version}</version>
<dependencies>
<dependency>
<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating-maven-plugin-test-resources</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion util/mustache-templating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>

<groupId>net.zscript.maven</groupId>
<groupId>net.zscript.maven-templates</groupId>
<artifactId>mustache-templating</artifactId>
<packaging>pom</packaging>
<name>Mustache Templating Plugin Package</name>
Expand Down

0 comments on commit a328c88

Please sign in to comment.