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 fr...@apache.org on 2012/07/31 12:20:16 UTC

svn commit: r1367478 - in /empire-db/trunk: ./ empire-db-codegen/ empire-db-dist/ empire-db-examples/ empire-db-examples/empire-db-example-advanced/ empire-db-examples/empire-db-example-basic/ empire-db-examples/empire-db-example-cxf/ empire-db-example...

Author: francisdb
Date: Tue Jul 31 10:20:15 2012
New Revision: 1367478

URL: http://svn.apache.org/viewvc?rev=1367478&view=rev
Log:
[maven-release-plugin] prepare release apache-empire-db-2.4.0-rc1

Modified:
    empire-db/trunk/empire-db-codegen/pom.xml
    empire-db/trunk/empire-db-dist/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-spring/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml
    empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml
    empire-db/trunk/empire-db-examples/pom.xml
    empire-db/trunk/empire-db-jsf2/pom.xml
    empire-db/trunk/empire-db-maven-plugin/pom.xml
    empire-db/trunk/empire-db-struts2/pom.xml
    empire-db/trunk/empire-db/pom.xml
    empire-db/trunk/pom.xml

Modified: empire-db/trunk/empire-db-codegen/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-codegen/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-codegen/pom.xml (original)
+++ empire-db/trunk/empire-db-codegen/pom.xml Tue Jul 31 10:20:15 2012
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>empire-db-parent</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-codegen</artifactId>
 	<packaging>jar</packaging>

Modified: empire-db/trunk/empire-db-dist/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-dist/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-dist/pom.xml (original)
+++ empire-db/trunk/empire-db-dist/pom.xml Tue Jul 31 10:20:15 2012
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>empire-db-parent</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-dist</artifactId>
 	<name>Apache Empire-db Distribtion</name>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml Tue Jul 31 10:20:15 2012
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.empire-db</groupId>
 		<artifactId>empire-db-examples</artifactId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-example-advanced</artifactId>
 	<name>Apache Empire-db Advanced Example</name>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml Tue Jul 31 10:20:15 2012
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.empire-db</groupId>
 		<artifactId>empire-db-examples</artifactId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-example-basic</artifactId>
 	<name>Apache Empire-db Basic Example</name>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml Tue Jul 31 10:20:15 2012
@@ -18,7 +18,7 @@
 	<parent>
 		<artifactId>empire-db-examples</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>empire-db-example-cxf</artifactId>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml Tue Jul 31 10:20:15 2012
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>empire-db-examples</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-example-jsf2</artifactId>
 	<name>Apache Empire-db JSF2 Example</name>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-spring/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-spring/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-spring/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-spring/pom.xml Tue Jul 31 10:20:15 2012
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.empire-db</groupId>
 		<artifactId>empire-db-examples</artifactId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-example-spring</artifactId>
 	<name>Apache Empire-db Spring Example</name>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml Tue Jul 31 10:20:15 2012
@@ -21,7 +21,7 @@
 	<parent>
 		<artifactId>empire-db-examples</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>empire-db-example-struts2-cxf</artifactId>

Modified: empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml Tue Jul 31 10:20:15 2012
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.empire-db</groupId>
 		<artifactId>empire-db-examples</artifactId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-example-struts2</artifactId>
 	<packaging>war</packaging>

Modified: empire-db/trunk/empire-db-examples/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/pom.xml Tue Jul 31 10:20:15 2012
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.empire-db</groupId>
 		<artifactId>empire-db-parent</artifactId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>empire-db-examples</artifactId>

Modified: empire-db/trunk/empire-db-jsf2/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-jsf2/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-jsf2/pom.xml (original)
+++ empire-db/trunk/empire-db-jsf2/pom.xml Tue Jul 31 10:20:15 2012
@@ -1,80 +1,80 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>empire-db-parent</artifactId>
-		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
-	</parent>
-	<artifactId>empire-db-jsf2</artifactId>
-	<packaging>jar</packaging>
-	<name>Apache Empire-db Java Server Faces 2.x extensions</name>
-	
-	<properties>
-		<maven.compile.source>1.6</maven.compile.source>
-		<maven.compile.target>1.6</maven.compile.target>
-	</properties>
-	
-	<dependencies>
-		<dependency>
-		    <groupId>org.apache.empire-db</groupId>
-		    <artifactId>empire-db</artifactId>
-		</dependency> 
-		<!-- Servlet API -->
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.faces</groupId>
-			<artifactId>jsf-impl</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.tomcat</groupId>
-			<artifactId>el-api</artifactId>
-			<version>6.0.33</version>
-			<type>jar</type>
-			<scope>provided</scope>
-		</dependency>
-	</dependencies>
-	
-	<build>
-		<pluginManagement>
-			<plugins>
-				<!-- allow java 6 api calls for this module -->
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>animal-sniffer-maven-plugin</artifactId>
-					<configuration>
-						<signature>
-							<groupId>org.codehaus.mojo.signature</groupId>
-							<artifactId>java16</artifactId>
-							<version>1.0</version>
-						</signature>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-	
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>empire-db-parent</artifactId>
+		<groupId>org.apache.empire-db</groupId>
+		<version>2.4.0</version>
+	</parent>
+	<artifactId>empire-db-jsf2</artifactId>
+	<packaging>jar</packaging>
+	<name>Apache Empire-db Java Server Faces 2.x extensions</name>
+	
+	<properties>
+		<maven.compile.source>1.6</maven.compile.source>
+		<maven.compile.target>1.6</maven.compile.target>
+	</properties>
+	
+	<dependencies>
+		<dependency>
+		    <groupId>org.apache.empire-db</groupId>
+		    <artifactId>empire-db</artifactId>
+		</dependency> 
+		<!-- Servlet API -->
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.tomcat</groupId>
+			<artifactId>el-api</artifactId>
+			<version>6.0.33</version>
+			<type>jar</type>
+			<scope>provided</scope>
+		</dependency>
+	</dependencies>
+	
+	<build>
+		<pluginManagement>
+			<plugins>
+				<!-- allow java 6 api calls for this module -->
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>animal-sniffer-maven-plugin</artifactId>
+					<configuration>
+						<signature>
+							<groupId>org.codehaus.mojo.signature</groupId>
+							<artifactId>java16</artifactId>
+							<version>1.0</version>
+						</signature>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+	
 </project>
\ No newline at end of file

Modified: empire-db/trunk/empire-db-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-maven-plugin/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-maven-plugin/pom.xml (original)
+++ empire-db/trunk/empire-db-maven-plugin/pom.xml Tue Jul 31 10:20:15 2012
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>empire-db-parent</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-maven-plugin</artifactId>
 	<packaging>maven-plugin</packaging>

Modified: empire-db/trunk/empire-db-struts2/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-struts2/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db-struts2/pom.xml (original)
+++ empire-db/trunk/empire-db-struts2/pom.xml Tue Jul 31 10:20:15 2012
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>empire-db-parent</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db-struts2</artifactId>
 	<packaging>jar</packaging>

Modified: empire-db/trunk/empire-db/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/empire-db/pom.xml (original)
+++ empire-db/trunk/empire-db/pom.xml Tue Jul 31 10:20:15 2012
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>empire-db-parent</artifactId>
 		<groupId>org.apache.empire-db</groupId>
-		<version>2.4.0-SNAPSHOT</version>
+		<version>2.4.0</version>
 	</parent>
 	<artifactId>empire-db</artifactId>
 	<packaging>jar</packaging>

Modified: empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/pom.xml?rev=1367478&r1=1367477&r2=1367478&view=diff
==============================================================================
--- empire-db/trunk/pom.xml (original)
+++ empire-db/trunk/pom.xml Tue Jul 31 10:20:15 2012
@@ -27,7 +27,7 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-parent</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.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>
@@ -170,9 +170,9 @@
 		</license>
 	</licenses>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/empire-db/trunk</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/empire-db/trunk</developerConnection>
-		<url>http://svn.apache.org/viewvc/empire-db/trunk</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/empire-db/tags/apache-empire-db-2.4.0-rc1</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/empire-db/tags/apache-empire-db-2.4.0-rc1</developerConnection>
+		<url>http://svn.apache.org/viewvc/empire-db/tags/apache-empire-db-2.4.0-rc1</url>
 	</scm>
 
 	<mailingLists>