Skip to content

Commit

Permalink
[Misc] Add upgrade tests from 16.10.0
Browse files Browse the repository at this point in the history
  * Fix typo to use 16.10.0 and not 16.10
  • Loading branch information
surli committed Dec 11, 2024
1 parent 9055992 commit 93b6d9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>pom</packaging>
<description>XWiki Platform - Distribution - Flavor - Functional Tests - Upgrade - From ${upgradetest.previousflavor.version}</description>
<properties>
<upgradetest.previousflavor.version>16.10</upgradetest.previousflavor.version>
<upgradetest.previousflavor.version>16.10.0</upgradetest.previousflavor.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -42,7 +42,7 @@
https://issues.apache.org/jira/browse/MRELEASE-799, causing "The artifact (...) requires a different
version (...) than what is found (...) for the expression (upgradetest.previousflavor.version) in the
project (...)" otherwise, when using the release plugin -->
<version>16.10</version>
<version>16.10.0</version>
<type>zip</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 93b6d9b

Please sign in to comment.