Skip to content

Commit

Permalink
Fix colliding property
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Mar 26, 2023
1 parent d77f1e9 commit f893483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ under the License.
<mavenVersion>3.2.5</mavenVersion>
<javaVersion>8</javaVersion>
<scmVersion>2.0.0</scmVersion>
<releaseVersion>3.0.0</releaseVersion>
<releasePluginVersion>3.0.0</releasePluginVersion>
<sitePluginVersion>3.12.1</sitePluginVersion>
<antrunPluginVersion>3.1.0</antrunPluginVersion>
<projectInfoReportsPluginVersion>3.4.2</projectInfoReportsPluginVersion>
Expand All @@ -84,12 +84,12 @@ under the License.
<dependency>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release-api</artifactId>
<version>${releaseVersion}</version>
<version>${releasePluginVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release-manager</artifactId>
<version>${releaseVersion}</version>
<version>${releasePluginVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit f893483

Please sign in to comment.