This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch maven-resolver-1.9.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this
push:
new 99ddef87 [MRESOLVER-576] Make Resolver 1.x site land in LATEST-1.x
99ddef87 is described below
commit 99ddef87e5c06c73e0e0b0c1983436466c3f4780
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Jul 1 14:13:22 2024 +0200
[MRESOLVER-576] Make Resolver 1.x site land in LATEST-1.x
To allow co-release of both resolvers.
---
https://issues.apache.org/jira/browse/MRESOLVER-576
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2b3fc237..ed680a7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<javaVersion>8</javaVersion>
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
<failsafe.redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</failsafe.redirectTestOutputToFile>
- <maven.site.path>resolver-archives/resolver-LATEST</maven.site.path>
+ <maven.site.path>resolver-archives/resolver-LATEST-1.x</maven.site.path>
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
<sisuVersion>0.9.0.M2</sisuVersion>
<guiceVersion>6.0.0</guiceVersion>