You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2021/12/18 01:32:05 UTC

[portals-pluto] 03/14: PLUTO-795 Upgraded the TCK to Pluto test version 3.1.1

This is an automated email from the ASF dual-hosted git repository.

asfgriff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/portals-pluto.git

commit 2542c435a94036cc6aa8a3382e24badf670e2c83
Author: Neil Griffin <ne...@gmail.com>
AuthorDate: Fri Dec 17 20:15:08 2021 -0500

    PLUTO-795 Upgraded the TCK to Pluto test version 3.1.1
---
 portlet-tck_3.0/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/portlet-tck_3.0/pom.xml b/portlet-tck_3.0/pom.xml
index be6daf6..9d21634 100644
--- a/portlet-tck_3.0/pom.xml
+++ b/portlet-tck_3.0/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.0</version>
+		<version>3.1.1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -43,7 +43,7 @@
 		<tag>HEAD</tag>
 	</scm>
 	<properties>
-		<pluto.test.version>3.1.0</pluto.test.version>
+		<pluto.test.version>3.1.1</pluto.test.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<!-- To automatically generate a list of test cases, each module transforms the portlet.xml file -->
 		<!-- using an XSLT transformation. -->