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 6859435  add back tag element otherwise release plugin create it in 
wrong location and spotless complains...
6859435 is described below

commit 6859435c37e90cd445b6bc8b8374e2ad3eb76836
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue Jun 6 21:11:15 2023 +1000

    add back tag element otherwise release plugin create it in wrong location 
and spotless complains...
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 773e57f..07772fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@ under the License.
   <scm>
     
<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>
+    <tag>maven-build-cache-extension-1.0.0</tag>
     
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>

Reply via email to