Skip to content

Commit e2d9bcd

Browse files
committed
[maven-release-plugin] prepare release maven-build-cache-extension-1.0.0
1 parent 0763761 commit e2d9bcd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,19 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2423
<modelVersion>4.0.0</modelVersion>
2524

2625
<parent>
2726
<groupId>org.apache.maven.extensions</groupId>
2827
<artifactId>maven-extensions</artifactId>
2928
<version>37</version>
30-
<relativePath/>
29+
<relativePath />
3130
</parent>
3231

3332
<groupId>org.apache.maven.extensions</groupId>
3433
<artifactId>maven-build-cache-extension</artifactId>
35-
<version>1.0.0-SNAPSHOT</version>
34+
<version>1.0.0</version>
3635
<packaging>jar</packaging>
3736

3837
<name>Apache Maven Build Cache Extension</name>
@@ -65,14 +64,14 @@ under the License.
6564
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
6665

6766
<maven.site.path>extensions-archives/${project.artifactId}-LATEST</maven.site.path><!-- TODO remove when switching parent to maven-extensions:35 -->
68-
<project.build.outputTimestamp>2021-04-05T08:12:18Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2022-10-27T09:44:44Z</project.build.outputTimestamp>
6968
</properties>
7069

7170
<scm>
7271
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git</connection>
7372
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git</developerConnection>
7473
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
75-
<tag>master</tag>
74+
<tag>maven-build-cache-extension-1.0.0</tag>
7675
</scm>
7776
<issueManagement>
7877
<system>jira</system>

0 commit comments

Comments
 (0)