Skip to content

Commit

Permalink
Move all poms to a central version (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev authored Feb 6, 2024
1 parent 1108163 commit 6a47ff9
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dough-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-chat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-inventories/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-inventories</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-items/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-items</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-protection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-protection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-recipes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-recipes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-reflection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-scheduling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-scheduling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-skins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-skins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dough-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>
</parent>

<artifactId>dough-updater</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.baked-libs</groupId>
<artifactId>dough</artifactId>
<version>1.3.0</version>
<version>${revision}</version>

<packaging>pom</packaging>

Expand All @@ -25,6 +25,10 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.log.level>DEBUG</sonar.log.level>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>

<!-- Update dough here and all modules will have this version -->
<!-- No need to update all of them -->
<revision>1.3.0</revision>
</properties>

<issueManagement>
Expand Down

0 comments on commit 6a47ff9

Please sign in to comment.