@@ -19,20 +19,19 @@ specific language governing permissions and limitations
19
19
under the License.
20
20
-->
21
21
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" >
24
23
<modelVersion >4.0.0</modelVersion >
25
24
26
25
<parent >
27
26
<groupId >org.apache.maven.extensions</groupId >
28
27
<artifactId >maven-extensions</artifactId >
29
28
<version >37</version >
30
- <relativePath />
29
+ <relativePath />
31
30
</parent >
32
31
33
32
<groupId >org.apache.maven.extensions</groupId >
34
33
<artifactId >maven-build-cache-extension</artifactId >
35
- <version >1.0.0-SNAPSHOT </version >
34
+ <version >1.0.0</version >
36
35
<packaging >jar</packaging >
37
36
38
37
<name >Apache Maven Build Cache Extension</name >
@@ -65,14 +64,14 @@ under the License.
65
64
<maven .test.redirectTestOutputToFile>true</maven .test.redirectTestOutputToFile>
66
65
67
66
<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>
69
68
</properties >
70
69
71
70
<scm >
72
71
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git</connection >
73
72
<developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git</developerConnection >
74
73
<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 >
76
75
</scm >
77
76
<issueManagement >
78
77
<system >jira</system >
0 commit comments