This is an automated email from the ASF dual-hosted git repository.
olamy 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 0b00036 because everybody have a local clone from github and it's a
pain to manage another creds
0b00036 is described below
commit 0b00036d1706c7ebfd5ab0cbe888e304f2563a0b
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue Jun 6 21:05:32 2023 +1000
because everybody have a local clone from github and it's a pain to manage
another creds
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 67497fd..773e57f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
- <version>1.0.1</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Maven Build Cache Extension</name>
@@ -38,9 +38,8 @@ under the License.
<inceptionYear>2021</inceptionYear>
<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>
- <tag>maven-build-cache-extension-1.0.1</tag>
+
<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>
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
</scm>
<issueManagement>