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:14 UTC

[portals-pluto] 12/14: PLUTO-795 Upgraded to 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 608c6d35e2e869209a3ff0c7f0ae830a6614cbd9
Author: Neil Griffin <ne...@gmail.com>
AuthorDate: Fri Dec 17 20:28:29 2021 -0500

    PLUTO-795 Upgraded to version 3.1.1
---
 .../src/main/resources/archetype-resources/build.gradle                 | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/build.gradle b/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/build.gradle
index 05bfcdd..2bf2600 100644
--- a/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/build.gradle
+++ b/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/build.gradle
@@ -5,7 +5,7 @@ repositories {
 }
 
 dependencies {
-    compile group: 'org.apache.portals.pluto', name: 'thymeleaf-mvc-portlet-cdi', version:'3.1.1-SNAPSHOT'
+    compile group: 'org.apache.portals.pluto', name: 'thymeleaf-mvc-portlet-cdi', version:'3.1.1'
     compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.25'
     compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version:'2.16.0'
     providedCompile group: 'javax.mvc', name: 'javax.mvc-api', version:'1.0-pfd'
diff --git a/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/pom.xml b/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/pom.xml
index b0f19b8..d909ff6 100644
--- a/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/maven-archetypes/mvcbean-thymeleaf-portlet-archetype/src/main/resources/archetype-resources/pom.xml
@@ -80,7 +80,7 @@
 		<dependency>
 			<groupId>org.apache.portals.pluto.templating</groupId>
 			<artifactId>thymeleaf-mvc-portlet-cdi</artifactId>
-			<version>3.1.1-SNAPSHOT</version>
+			<version>3.1.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>