Manually fixing version touches

This commit is contained in:
Chris H
2025-09-21 20:46:30 -04:00
parent a6395373f7
commit a4378a20e5
2 changed files with 6 additions and 6 deletions

View File

@@ -340,7 +340,7 @@ try {
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-common</artifactId>
<version>${revision}</version>
<version>2.0.9</version>
<exclusions>
<exclusion>
<groupId>com.beust</groupId>
@@ -380,7 +380,7 @@ try {
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
<version>${revision}</version>
<version>2.0.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -392,7 +392,7 @@ try {
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>${revision}</version>
<version>2.0.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -408,7 +408,7 @@ try {
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>${revision}</version>
<version>2.0.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -420,7 +420,7 @@ try {
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<version>${revision}</version>
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -4,7 +4,7 @@
<artifactId>forge</artifactId>
<packaging>pom</packaging>
<name>Forge Parent</name>
<version>2.0.07-SNAPSHOT</version>
<version>${revision}</version>
<description>
Forge lets you play the card game Magic: The Gathering against a computer opponent using all of the rules.