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

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new 2195e109 [maven-release-plugin] prepare release 
apache-empire-db-3.2.0-rc1
2195e109 is described below

commit 2195e10982c98e50fd6489e3f0bd0ee1e4188c0d
Author: Rainer Döbele <[email protected]>
AuthorDate: Fri Jun 21 16:13:41 2024 +0200

    [maven-release-plugin] prepare release apache-empire-db-3.2.0-rc1
---
 empire-db-codegen/pom.xml                                  | 2 +-
 empire-db-dist/pom.xml                                     | 8 ++++----
 empire-db-examples/empire-db-example-advanced/pom.xml      | 2 +-
 empire-db-examples/empire-db-example-basic/pom.xml         | 2 +-
 empire-db-examples/empire-db-example-codegen/pom.xml       | 2 +-
 empire-db-examples/empire-db-example-jakarta-faces/pom.xml | 2 +-
 empire-db-examples/empire-db-example-jsf2/pom.xml          | 2 +-
 empire-db-examples/empire-db-example-spring-boot/pom.xml   | 2 +-
 empire-db-examples/empire-db-example-vue/pom.xml           | 2 +-
 empire-db-examples/pom.xml                                 | 2 +-
 empire-db-jakarta-faces/pom.xml                            | 2 +-
 empire-db-jsf2/pom.xml                                     | 2 +-
 empire-db-maven-plugin/pom.xml                             | 2 +-
 empire-db/pom.xml                                          | 2 +-
 pom.xml                                                    | 4 ++--
 15 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/empire-db-codegen/pom.xml b/empire-db-codegen/pom.xml
index e3445a2e..ae06ab03 100644
--- a/empire-db-codegen/pom.xml
+++ b/empire-db-codegen/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>empire-db-parent</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-codegen</artifactId>
        <packaging>jar</packaging>
diff --git a/empire-db-dist/pom.xml b/empire-db-dist/pom.xml
index bab6e99f..503a8582 100644
--- a/empire-db-dist/pom.xml
+++ b/empire-db-dist/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <artifactId>empire-db-parent</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-dist</artifactId>
        <name>Apache Empire-db Distribtion</name>
@@ -81,19 +81,19 @@
                <dependency>
                        <groupId>org.apache.empire-db</groupId>
                        <artifactId>empire-db</artifactId>
-                       <version>3.1.1-SNAPSHOT</version>
+                       <version>3.2.0</version>
                        <classifier>javadoc</classifier>
                </dependency>
                <dependency>
                        <groupId>org.apache.empire-db</groupId>
                        <artifactId>empire-db-jsf2</artifactId>
-                       <version>3.1.1-SNAPSHOT</version>
+                       <version>3.2.0</version>
                        <classifier>javadoc</classifier>
                </dependency>
                <dependency>
                        <groupId>org.apache.empire-db</groupId>
                        <artifactId>empire-db-jakarta-faces</artifactId>
-                       <version>3.1.1-SNAPSHOT</version>
+                       <version>3.2.0</version>
                        <classifier>javadoc</classifier>
                </dependency>
        </dependencies>
diff --git a/empire-db-examples/empire-db-example-advanced/pom.xml 
b/empire-db-examples/empire-db-example-advanced/pom.xml
index d1487230..50f682ed 100644
--- a/empire-db-examples/empire-db-example-advanced/pom.xml
+++ b/empire-db-examples/empire-db-example-advanced/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.apache.empire-db</groupId>
                <artifactId>empire-db-examples</artifactId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-example-advanced</artifactId>
        <name>Apache Empire-db Advanced Example</name>
diff --git a/empire-db-examples/empire-db-example-basic/pom.xml 
b/empire-db-examples/empire-db-example-basic/pom.xml
index 691cb864..2bbc7f6b 100644
--- a/empire-db-examples/empire-db-example-basic/pom.xml
+++ b/empire-db-examples/empire-db-example-basic/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.apache.empire-db</groupId>
                <artifactId>empire-db-examples</artifactId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-example-basic</artifactId>
        <name>Apache Empire-db Basic Example</name>
diff --git a/empire-db-examples/empire-db-example-codegen/pom.xml 
b/empire-db-examples/empire-db-example-codegen/pom.xml
index 08d5c5ae..9bf135d3 100644
--- a/empire-db-examples/empire-db-example-codegen/pom.xml
+++ b/empire-db-examples/empire-db-example-codegen/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.apache.empire-db</groupId>
                <artifactId>empire-db-examples</artifactId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        
     <artifactId>empire-db-example-codegen</artifactId>
diff --git a/empire-db-examples/empire-db-example-jakarta-faces/pom.xml 
b/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
index 35b6ebbb..511b66db 100644
--- a/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
+++ b/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <artifactId>empire-db-examples</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-example-jakarta-faces</artifactId>
        <name>Apache Empire-db Jakarta Faces Example</name>
diff --git a/empire-db-examples/empire-db-example-jsf2/pom.xml 
b/empire-db-examples/empire-db-example-jsf2/pom.xml
index f413f5da..c6312771 100644
--- a/empire-db-examples/empire-db-example-jsf2/pom.xml
+++ b/empire-db-examples/empire-db-example-jsf2/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <artifactId>empire-db-examples</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-example-jsf2</artifactId>
        <name>Apache Empire-db JSF2 Example</name>
diff --git a/empire-db-examples/empire-db-example-spring-boot/pom.xml 
b/empire-db-examples/empire-db-example-spring-boot/pom.xml
index 4a26d277..d9ae3366 100644
--- a/empire-db-examples/empire-db-example-spring-boot/pom.xml
+++ b/empire-db-examples/empire-db-example-spring-boot/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>empire-db-examples</artifactId>
         <groupId>org.apache.empire-db</groupId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.2.0</version>
     </parent>
   
     <name>Apache Empire-db Spring Boot Example</name>
diff --git a/empire-db-examples/empire-db-example-vue/pom.xml 
b/empire-db-examples/empire-db-example-vue/pom.xml
index d30c53be..bb22f935 100644
--- a/empire-db-examples/empire-db-example-vue/pom.xml
+++ b/empire-db-examples/empire-db-example-vue/pom.xml
@@ -16,7 +16,7 @@
        <parent>
                <artifactId>empire-db-examples</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-example-vue</artifactId>
        <packaging>war</packaging>
diff --git a/empire-db-examples/pom.xml b/empire-db-examples/pom.xml
index 0a55a437..135edc00 100644
--- a/empire-db-examples/pom.xml
+++ b/empire-db-examples/pom.xml
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.apache.empire-db</groupId>
                <artifactId>empire-db-parent</artifactId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>empire-db-examples</artifactId>
diff --git a/empire-db-jakarta-faces/pom.xml b/empire-db-jakarta-faces/pom.xml
index c03644bc..802c4f9a 100644
--- a/empire-db-jakarta-faces/pom.xml
+++ b/empire-db-jakarta-faces/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>empire-db-parent</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-jakarta-faces</artifactId>
        <packaging>jar</packaging>
diff --git a/empire-db-jsf2/pom.xml b/empire-db-jsf2/pom.xml
index 20fef75b..bdb06ca6 100644
--- a/empire-db-jsf2/pom.xml
+++ b/empire-db-jsf2/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>empire-db-parent</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db-jsf2</artifactId>
        <packaging>jar</packaging>
diff --git a/empire-db-maven-plugin/pom.xml b/empire-db-maven-plugin/pom.xml
index 0b12a987..9210e056 100644
--- a/empire-db-maven-plugin/pom.xml
+++ b/empire-db-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>empire-db-parent</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        
        <artifactId>empire-db-maven-plugin</artifactId>
diff --git a/empire-db/pom.xml b/empire-db/pom.xml
index 89bcf997..e0aa3963 100644
--- a/empire-db/pom.xml
+++ b/empire-db/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <artifactId>empire-db-parent</artifactId>
                <groupId>org.apache.empire-db</groupId>
-               <version>3.1.1-SNAPSHOT</version>
+               <version>3.2.0</version>
        </parent>
        <artifactId>empire-db</artifactId>
        <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index a3e21aa7..96631057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
        <groupId>org.apache.empire-db</groupId>
        <artifactId>empire-db-parent</artifactId>
        <packaging>pom</packaging>
-       <version>3.1.1-SNAPSHOT</version>
+       <version>3.2.0</version>
        <name>Apache Empire-db</name>
        <description>Apache Empire-db is an Open Source relational data 
persistence component which allows database vendor independent dynamic query 
definition as well as safe and simple data retrieval and updating. Compared to 
most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA 
implementations, Empire-db takes a considerably different approach, with a 
special focus on compile-time safety, reduced redundancies and improved 
developer productivity.</description>
        <inceptionYear>2008</inceptionYear>
@@ -216,7 +216,7 @@
                
<connection>scm:git:https://gitbox.apache.org/repos/asf/empire-db.git</connection>
                
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/empire-db.git</developerConnection>
                <url>https://gitbox.apache.org/repos/asf/empire-db.git</url>
-               <tag>HEAD</tag>
+               <tag>apache-empire-db-3.2.0-rc1</tag>
        </scm>
 
        <mailingLists>

Reply via email to