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
commit 28f0d4c2353fb8b2d51de86bb6d799bb9aa5bbbb Author: Rainer Döbele <[email protected]> AuthorDate: Tue Mar 8 15:24:12 2022 +0100 [maven-release-plugin] rollback the release of apache-empire-db-3-0.0-rc1 --- empire-db-codegen/pom.xml | 2 +- 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-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-jsf2/pom.xml | 2 +- empire-db-maven-plugin/pom.xml | 2 +- empire-db/pom.xml | 2 +- pom.xml | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/empire-db-codegen/pom.xml b/empire-db-codegen/pom.xml index 7f3ba4f..6854d00 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.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>empire-db-codegen</artifactId> <packaging>jar</packaging> diff --git a/empire-db-examples/empire-db-example-advanced/pom.xml b/empire-db-examples/empire-db-example-advanced/pom.xml index d09fd97..5734cda 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.0.0</version> + <version>3.0.0-SNAPSHOT</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 05ad24a..0addee2 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.0.0</version> + <version>3.0.0-SNAPSHOT</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 6950a83..ecc3f2e 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.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>empire-db-example-codegen</artifactId> diff --git a/empire-db-examples/empire-db-example-jsf2/pom.xml b/empire-db-examples/empire-db-example-jsf2/pom.xml index c69b25b..166cde6 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.0.0</version> + <version>3.0.0-SNAPSHOT</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 c03344d..4737144 100644 --- a/empire-db-examples/empire-db-example-spring-boot/pom.xml +++ b/empire-db-examples/empire-db-example-spring-boot/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>empire-db-examples</artifactId> <groupId>org.apache.empire-db</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <name>Apache Empire-db Spring Boot Example</name> <artifactId>empire-db-example-spring-boot</artifactId> diff --git a/empire-db-examples/empire-db-example-vue/pom.xml b/empire-db-examples/empire-db-example-vue/pom.xml index 8236ae7..f5095a0 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.0.0</version> + <version>3.0.0-SNAPSHOT</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 3e7a49d..f4e1baa 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.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>empire-db-examples</artifactId> diff --git a/empire-db-jsf2/pom.xml b/empire-db-jsf2/pom.xml index 0222280..4b7cbbe 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.0.0</version> + <version>3.0.0-SNAPSHOT</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 0469204..d67fff5 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.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>empire-db-maven-plugin</artifactId> diff --git a/empire-db/pom.xml b/empire-db/pom.xml index 80aadb1..511218e 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.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>empire-db</artifactId> <packaging>jar</packaging> diff --git a/pom.xml b/pom.xml index ab9d9d3..125dc17 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.0.0</version> + <version>3.0.0-SNAPSHOT</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> @@ -215,7 +215,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf?p=empire-db.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf?p=empire-db.git</developerConnection> <url>https://gitbox.apache.org/repos/asf/wicket/repo?p=empire-db.git</url> - <tag>apache-empire-db-3-0.0-rc1</tag> + <tag>HEAD</tag> </scm> <mailingLists>
