Skip to content

Commit

Permalink
remove wrong tag in pom and use last maven 3 version for ITs (#152)
Browse files Browse the repository at this point in the history
* remove wrong tag in pom and use last maven 3 version for ITs

Signed-off-by: Olivier Lamy <[email protected]>

* add tag with HEAD

Signed-off-by: Olivier Lamy <[email protected]>

---------

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy authored May 9, 2024
1 parent 2f12227 commit 9e69fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ under the License.
<scm>
<connection>scm:git:https://github.com/apache/maven-build-cache-extension.git</connection>
<developerConnection>scm:git:https://github.com/apache/maven-build-cache-extension.git</developerConnection>
<tag>maven-build-cache-extension-1.0.0</tag>
<tag>HEAD</tag>
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -456,7 +456,7 @@ under the License.
<profile>
<id>maven3</id>
<properties>
<mavenVersion>3.9.5</mavenVersion>
<mavenVersion>3.9.6</mavenVersion>
<maven.dir>maven3</maven.dir>
<maven.basedir>${project.build.directory}/${maven.dir}</maven.basedir>
</properties>
Expand Down

0 comments on commit 9e69fcd

Please sign in to comment.