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 4d3e4f0  Update README.md
4d3e4f0 is described below

commit 4d3e4f0873a82ae6c4bebe64e2d6a910a0379ded
Author: Jeffery Painter <[email protected]>
AuthorDate: Tue Apr 23 10:35:35 2024 -0400

    Update README.md
    
    Update version numbers
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index a2f107a..15cffd2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# turbine-webapp-5.x
+# turbine-webapp-6.0
 
-Maven Archetype to generate a webapp utilizing Turbine 5.x
+Maven Archetype to generate a webapp utilizing Turbine 6.0 and Torque 5.1
 
 ## Getting Started
 
@@ -12,14 +12,14 @@ These instructions will get you a copy of the project up 
and running on your loc
 * [MySQL](https://www.mysql.com/) - Database Server or 
[Docker](https://docs.docker.com/get-docker/)
 * [Maven](https://maven.apache.org/) - Dependency Management
 
-You should have Java 11 or later installed.  The archetype sets up a new 
application using MySQL as the default database store.  However, you can adjust 
this to use any database supported by Apache Torque 5.x. If not using Docker, 
you should therefore be at least have a database instance where you have access 
rights to create a new database schema and populate it with the tables the 
application generates.  Finally, this is a maven archetype, so of course you 
should install a local versio [...]
+You should have Java 11 or later installed.  The archetype sets up a new 
application using MySQL as the default database store.  However, you can adjust 
this to use any database supported by Apache Torque 5.1. If not using Docker, 
you should therefore be at least have a database instance where you have access 
rights to create a new database schema and populate it with the tables the 
application generates.  Finally, this is a maven archetype, so of course you 
should install a local versio [...]
 
 
 ### Installing
 
 Eclipse integration:
 
-You need to first add the Apache maven archetypes to your IDE so that you can 
take advantage of using the turbine-webapp-5.x plugin to generate a new web 
application.
+You need to first add the Apache maven archetypes to your IDE so that you can 
take advantage of using the turbine-webapp-6.0 plugin to generate a new web 
application.
 
 The location of the remote catalog file is: 
http://repo.maven.apache.org/maven2/archetype-catalog.xml 
 
@@ -56,4 +56,4 @@ This project is licensed under the Apache Software License 2.0
 
 ## Acknowledgments
 
-* Thanks to the long list of former Apache Turbine developers
\ No newline at end of file
+* Thanks to the long list of former Apache Turbine developers

Reply via email to