Skip to content

Commit cfb371d

Browse files
author
Rainer Döbele
committed
[maven-release-plugin] prepare release apache-empire-db-3-0.0-rc1
1 parent e3e8a4f commit cfb371d

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

empire-db-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>empire-db-parent</artifactId>
2222
<groupId>org.apache.empire-db</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525
<artifactId>empire-db-codegen</artifactId>
2626
<packaging>jar</packaging>

empire-db-dist/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>empire-db-parent</artifactId>
2121
<groupId>org.apache.empire-db</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>empire-db-dist</artifactId>
2525
<name>Apache Empire-db Distribtion</name>
@@ -77,13 +77,13 @@
7777
<dependency>
7878
<groupId>org.apache.empire-db</groupId>
7979
<artifactId>empire-db</artifactId>
80-
<version>3.0.0-SNAPSHOT</version>
80+
<version>3.0.0</version>
8181
<classifier>javadoc</classifier>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.empire-db</groupId>
8585
<artifactId>empire-db-jsf2</artifactId>
86-
<version>3.0.0-SNAPSHOT</version>
86+
<version>3.0.0</version>
8787
<classifier>javadoc</classifier>
8888
</dependency>
8989
</dependencies>

empire-db-examples/empire-db-example-advanced/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.empire-db</groupId>
2121
<artifactId>empire-db-examples</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>empire-db-example-advanced</artifactId>
2525
<name>Apache Empire-db Advanced Example</name>

empire-db-examples/empire-db-example-basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.empire-db</groupId>
2121
<artifactId>empire-db-examples</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>empire-db-example-basic</artifactId>
2525
<name>Apache Empire-db Basic Example</name>

empire-db-examples/empire-db-example-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.empire-db</groupId>
2121
<artifactId>empire-db-examples</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424

2525
<artifactId>empire-db-example-codegen</artifactId>

empire-db-examples/empire-db-example-jsf2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>empire-db-examples</artifactId>
2121
<groupId>org.apache.empire-db</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<artifactId>empire-db-example-jsf2</artifactId>
2525
<name>Apache Empire-db JSF2 Example</name>

empire-db-examples/empire-db-example-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>empire-db-examples</artifactId>
2222
<groupId>org.apache.empire-db</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525
<name>Apache Empire-db Spring Boot Example</name>
2626
<artifactId>empire-db-example-spring-boot</artifactId>

empire-db-examples/empire-db-example-vue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>empire-db-examples</artifactId>
1818
<groupId>org.apache.empire-db</groupId>
19-
<version>3.0.0-SNAPSHOT</version>
19+
<version>3.0.0</version>
2020
</parent>
2121
<artifactId>empire-db-example-vue</artifactId>
2222
<packaging>war</packaging>

empire-db-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.empire-db</groupId>
2121
<artifactId>empire-db-parent</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>empire-db-examples</artifactId>

empire-db-jsf2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>empire-db-parent</artifactId>
2222
<groupId>org.apache.empire-db</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525
<artifactId>empire-db-jsf2</artifactId>
2626
<packaging>jar</packaging>

empire-db-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>empire-db-parent</artifactId>
2222
<groupId>org.apache.empire-db</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525

2626
<artifactId>empire-db-maven-plugin</artifactId>

empire-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>empire-db-parent</artifactId>
2222
<groupId>org.apache.empire-db</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525
<artifactId>empire-db</artifactId>
2626
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>org.apache.empire-db</groupId>
2828
<artifactId>empire-db-parent</artifactId>
2929
<packaging>pom</packaging>
30-
<version>3.0.0-SNAPSHOT</version>
30+
<version>3.0.0</version>
3131
<name>Apache Empire-db</name>
3232
<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>
3333
<inceptionYear>2008</inceptionYear>
@@ -215,7 +215,7 @@
215215
<connection>scm:git:https://gitbox.apache.org/repos/asf/empire-db.git</connection>
216216
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/empire-db.git</developerConnection>
217217
<url>https://gitbox.apache.org/repos/asf/empire-db.git</url>
218-
<tag>HEAD</tag>
218+
<tag>apache-empire-db-3-0.0-rc1</tag>
219219
</scm>
220220

221221
<mailingLists>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy