Skip to content

Commit e9fbe35

Browse files
committed
[maven-release-plugin] prepare release maven-build-cache-extension-1.2.0
1 parent 86bd8fb commit e9fbe35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.maven.extensions</groupId>
3131
<artifactId>maven-build-cache-extension</artifactId>
32-
<version>1.2.0-SNAPSHOT</version>
32+
<version>1.2.0</version>
3333
<packaging>jar</packaging>
3434

3535
<name>Apache Maven Build Cache Extension</name>
@@ -40,7 +40,7 @@ under the License.
4040
<scm>
4141
<connection>scm:git:https://github.com/apache/maven-build-cache-extension.git</connection>
4242
<developerConnection>scm:git:https://github.com/apache/maven-build-cache-extension.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>maven-build-cache-extension-1.2.0</tag>
4444
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
4545
</scm>
4646
<issueManagement>
@@ -59,7 +59,7 @@ under the License.
5959
</distributionManagement>
6060

6161
<properties>
62-
<project.build.outputTimestamp>2023-11-27T01:58:16Z</project.build.outputTimestamp>
62+
<project.build.outputTimestamp>2024-05-09T00:26:54Z</project.build.outputTimestamp>
6363
<javaVersion>8</javaVersion>
6464
<minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion>
6565
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>

0 commit comments

Comments
 (0)