This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 3ba23ce updating files for 2.6 release candidate
3ba23ce is described below
commit 3ba23cecd1fc0525708cd11975a4c5cd664a80dc
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed Nov 3 20:45:42 2021 -0700
updating files for 2.6 release candidate
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 415b87d..36dbe72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -681,7 +681,7 @@
<preparationGoals>install</preparationGoals>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
- <autoVersionSubmodules>false</autoVersionSubmodules>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>any23-@{project.version}</tagNameFormat>
<arguments>-Dany23.online.test.disabled=true
-Prelease,apache</arguments>
</configuration>
@@ -691,6 +691,11 @@
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.12.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-api</artifactId>
+ <version>1.12.0</version>
+ </dependency>
</dependencies>
</plugin>