Skip to content

Commit

Permalink
[MRESOLVER-576] Make Resolver 1.x site land in LATEST-1.x
Browse files Browse the repository at this point in the history
To allow co-release of both resolvers.

---

https://issues.apache.org/jira/browse/MRESOLVER-576
  • Loading branch information
cstamas committed Jul 1, 2024
1 parent ca35d0c commit 99ddef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 99ddef8

Please sign in to comment.