Skip to content

Commit

Permalink
Merge pull request #5 from ResilientGroup/TASK-4017/namespace
Browse files Browse the repository at this point in the history
TASK-4017 moved versions and configs into parent namespace
  • Loading branch information
Wolf2323 authored Mar 15, 2024
2 parents 93ad45c + 4d3e0e9 commit aa6d3b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Configs/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>works.reload</groupId>
<groupId>works.reload.parent</groupId>
<artifactId>versions</artifactId>
<version>${revision}${changelist}</version>
<relativePath>../Versions/pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion Versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>works.reload</groupId>
<groupId>works.reload.parent</groupId>
<artifactId>versions</artifactId>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
Expand Down
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>works.reload</groupId>
<groupId>works.reload.parent</groupId>
<artifactId>versions</artifactId>
<version>${revision}${changelist}</version>
<relativePath>./Versions/pom.xml</relativePath>
</parent>

<artifactId>base</artifactId>
<groupId>works.reload</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Base</name>
<name>Parent</name>
<description>Global configurations for java projects and code validation tools</description>

<properties>
Expand Down Expand Up @@ -218,7 +219,7 @@
<version>${pmd-java.version}</version>
</dependency>
<dependency>
<groupId>works.reload</groupId>
<groupId>works.reload.parent</groupId>
<artifactId>configs</artifactId>
<version>${revision}${changelist}</version>
</dependency>
Expand All @@ -237,7 +238,7 @@
<version>${spotbugs-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>works.reload</groupId>
<groupId>works.reload.parent</groupId>
<artifactId>configs</artifactId>
<version>${revision}${changelist}</version>
</dependency>
Expand All @@ -259,7 +260,7 @@
<version>${checkstyle.version}</version>
</dependency>
<dependency>
<groupId>works.reload</groupId>
<groupId>works.reload.parent</groupId>
<artifactId>configs</artifactId>
<version>${revision}${changelist}</version>
</dependency>
Expand Down

0 comments on commit aa6d3b2

Please sign in to comment.