This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new e2d9bcd [maven-release-plugin] prepare release
maven-build-cache-extension-1.0.0
e2d9bcd is described below
commit e2d9bcd272385b54d299aed7ee7fcc8cbb336421
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Oct 27 11:45:14 2022 +0200
[maven-release-plugin] prepare release maven-build-cache-extension-1.0.0
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index bdeb456..0d4f610 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,20 +19,19 @@ specific language governing permissions and limitations
under the License.
-->
-<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">
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-extensions</artifactId>
<version>37</version>
- <relativePath/>
+ <relativePath />
</parent>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>jar</packaging>
<name>Apache Maven Build Cache Extension</name>
@@ -65,14 +64,14 @@ under the License.
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<maven.site.path>extensions-archives/${project.artifactId}-LATEST</maven.site.path><!--
TODO remove when switching parent to maven-extensions:35 -->
-
<project.build.outputTimestamp>2021-04-05T08:12:18Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2022-10-27T09:44:44Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git</developerConnection>
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
- <tag>master</tag>
+ <tag>maven-build-cache-extension-1.0.0</tag>
</scm>
<issueManagement>
<system>jira</system>