Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
group id
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Aug 28, 2023
1 parent 0dd0008 commit 3b3686c
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 deletions.
12 changes: 6 additions & 6 deletions qulice-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-spi</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand All @@ -62,9 +62,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-checkstyle</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand All @@ -87,9 +87,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-pmd</artifactId>
<version>${project.version}</version>
<version>1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/checkstyle-locale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/checkstyle-newlines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/checkstyle-violations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:./LICENSE.txt</license>
<excludes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/dependency-violations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/hibernate-validator-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/log-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/multi-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<excludes combine.children="append">
<exclude>dependencies:.*</exclude>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/pmd-violations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/relocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/src/it/snapshots/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<plugins>
<plugin>
<groupId>com.qulice</groupId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>@project.version@</version>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 3b3686c

Please sign in to comment.