You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2022/03/08 14:42:58 UTC

[empire-db] branch master updated: rollback empire-db-dist

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 e3e8a4f  rollback empire-db-dist
e3e8a4f is described below

commit e3e8a4f8e98816635ba79283d51fe4f127651f09
Author: Rainer Döbele <do...@apache.org>
AuthorDate: Tue Mar 8 15:42:55 2022 +0100

    rollback empire-db-dist
---
 empire-db-dist/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/empire-db-dist/pom.xml b/empire-db-dist/pom.xml
index daeac5e..66c07cb 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.0.0</version>
+		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>empire-db-dist</artifactId>
 	<name>Apache Empire-db Distribtion</name>
@@ -77,13 +77,13 @@
 		<dependency>
 			<groupId>org.apache.empire-db</groupId>
 			<artifactId>empire-db</artifactId>
-			<version>3.0.0</version>
+			<version>3.0.0-SNAPSHOT</version>
 			<classifier>javadoc</classifier>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.empire-db</groupId>
 			<artifactId>empire-db-jsf2</artifactId>
-			<version>3.0.0</version>
+			<version>3.0.0-SNAPSHOT</version>
 			<classifier>javadoc</classifier>
 		</dependency>
 	</dependencies>