You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2019/06/18 15:15:57 UTC

[turbine-archetypes] branch master updated: Update pom.xml to use turbine 5.0 release

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

painter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dcfac4  Update pom.xml to use turbine 5.0 release
6dcfac4 is described below

commit 6dcfac4523ee18f44967928e00ffded75e3f3fef
Author: Jeffery Painter <pa...@apache.org>
AuthorDate: Tue Jun 18 11:15:34 2019 -0400

    Update pom.xml to use turbine 5.0 release
---
 src/main/resources/archetype-resources/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index a59e735..dfa0b59 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -412,7 +412,7 @@ under the License.
         <fulcrum.json>2.0.0</fulcrum.json>
         <fulcrum.intake>2.0.0</fulcrum.intake>
         <fulcrum.security>1.1.3</fulcrum.security>
-        <turbine.core>5.0-SNAPSHOT</turbine.core>
+        <turbine.core>5.0</turbine.core>
         <skipTests>true</skipTests>
     </properties>