This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 2bb1b7b try to workaround MRELEASE-799 when mvn release:prepare
2bb1b7b is described below
commit 2bb1b7b0ffb8492ae72bd9292510ed3bfd774b09
Author: juanpablo <[email protected]>
AuthorDate: Mon May 25 19:50:31 2020 +0200
try to workaround MRELEASE-799 when mvn release:prepare
---
jspwiki-210-test-adaptees/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jspwiki-210-test-adaptees/pom.xml
b/jspwiki-210-test-adaptees/pom.xml
index 2512784..8b118e2 100644
--- a/jspwiki-210-test-adaptees/pom.xml
+++ b/jspwiki-210-test-adaptees/pom.xml
@@ -30,14 +30,14 @@
<name>Apache JSPWiki test extensions not using public api</name>
<properties>
-
<last-jspwiki-version-without-public-api>2.11.0.M6</last-jspwiki-version-without-public-api>
+ <!--
<last-jspwiki-version-without-public-api>2.11.0.M6</last-jspwiki-version-without-public-api>
-->
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jspwiki-main</artifactId>
- <version>${last-jspwiki-version-without-public-api}</version>
+ <version>2.11.0.M6</version>
<scope>provided</scope>
</dependency>
@@ -45,7 +45,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>jspwiki-main</artifactId>
<type>test-jar</type>
- <version>${last-jspwiki-version-without-public-api}</version>
+ <version>2.11.0.M6</version>
<scope>test</scope>
</dependency>