[maven-release-plugin] prepare release apache-gora-0.4 git-svn-id: https://svn.apache.org/repos/asf/gora/trunk@1588037 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/a306192c Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/a306192c Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/a306192c Branch: refs/heads/master Commit: a306192c90a1c78fe9cb14a879a0d40429fec8a2 Parents: 162c552 Author: Lewis John McGibbney <[email protected]> Authored: Wed Apr 16 19:16:46 2014 +0000 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Apr 16 19:16:46 2014 +0000 ---------------------------------------------------------------------- gora-accumulo/pom.xml | 11 +++++------ gora-cassandra/pom.xml | 8 ++++---- gora-compiler-cli/pom.xml | 8 ++++---- gora-compiler/pom.xml | 8 ++++---- gora-core/pom.xml | 8 ++++---- gora-hbase/pom.xml | 8 ++++---- gora-solr/pom.xml | 5 ++--- gora-tutorial/pom.xml | 8 ++++---- pom.xml | 8 ++++---- sources-dist/pom.xml | 8 ++++---- 10 files changed, 39 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/gora-accumulo/pom.xml b/gora-accumulo/pom.xml index ded3261..8143947 100644 --- a/gora-accumulo/pom.xml +++ b/gora-accumulo/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <!-- 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 @@ -17,7 +16,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-accumulo</artifactId> @@ -35,9 +34,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-accumulo/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-accumulo/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-accumulo</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-accumulo</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-accumulo</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/gora-cassandra/pom.xml b/gora-cassandra/pom.xml index 95e63ac..2316d03 100644 --- a/gora-cassandra/pom.xml +++ b/gora-cassandra/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-cassandra</artifactId> @@ -39,9 +39,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-cassandra/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-cassandra/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-cassandra</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-cassandra</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-cassandra</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-compiler-cli/pom.xml ---------------------------------------------------------------------- diff --git a/gora-compiler-cli/pom.xml b/gora-compiler-cli/pom.xml index 873f64a..af63e21 100644 --- a/gora-compiler-cli/pom.xml +++ b/gora-compiler-cli/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-compiler-cli</artifactId> @@ -38,9 +38,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-compiler-cli/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-compiler-cli/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-compiler-cli/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-compiler-cli</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-compiler-cli</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-compiler-cli</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-compiler/pom.xml ---------------------------------------------------------------------- diff --git a/gora-compiler/pom.xml b/gora-compiler/pom.xml index 5d15bd7..4646002 100644 --- a/gora-compiler/pom.xml +++ b/gora-compiler/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-compiler</artifactId> @@ -38,9 +38,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-compiler/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-compiler/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-compiler/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-compiler</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-compiler</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-compiler</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-core/pom.xml ---------------------------------------------------------------------- diff --git a/gora-core/pom.xml b/gora-core/pom.xml index 85957c2..1344a93 100644 --- a/gora-core/pom.xml +++ b/gora-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-core</artifactId> @@ -39,9 +39,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-core/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-core/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-core/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-core</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-core</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-core</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml index 2b3fd2b..a55002c 100644 --- a/gora-hbase/pom.xml +++ b/gora-hbase/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-hbase</artifactId> @@ -39,9 +39,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-hbase/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-hbase/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-hbase/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-hbase</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-hbase</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-hbase</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-solr/pom.xml ---------------------------------------------------------------------- diff --git a/gora-solr/pom.xml b/gora-solr/pom.xml index 56eaab9..1f74e3d 100644 --- a/gora-solr/pom.xml +++ b/gora-solr/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> +<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/xsd/maven-4.0.0.xsd"> <!-- 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 @@ -16,7 +15,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-solr</artifactId> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/gora-tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/gora-tutorial/pom.xml b/gora-tutorial/pom.xml index 5e66e7e..80b450d 100644 --- a/gora-tutorial/pom.xml +++ b/gora-tutorial/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>gora-tutorial</artifactId> @@ -39,9 +39,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/gora-tutorial/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/gora-tutorial/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/gora-tutorial</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-tutorial</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/gora-tutorial</developerConnection> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d65a775..0b1988b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> <packaging>pom</packaging> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <name>Apache Gora</name> <description>The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, @@ -241,9 +241,9 @@ </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/</developerConnection> - <url>http://svn.apache.org/viewvc/gora/trunk/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4</url> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/gora/blob/a306192c/sources-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sources-dist/pom.xml b/sources-dist/pom.xml index 2c7c865..06abb08 100644 --- a/sources-dist/pom.xml +++ b/sources-dist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.gora</groupId> <artifactId>gora</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <relativePath>../</relativePath> </parent> <artifactId>sources-dist</artifactId> @@ -38,9 +38,9 @@ <url>http://www.apache.org/</url> </organization> <scm> - <url>http://svn.apache.org/viewvc/gora/trunk/sources-dist/</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/gora/trunk/sources-dist/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/trunk/sources-dist/</developerConnection> + <url>http://svn.apache.org/viewvc/gora/tags/apache-gora-0.4/sources-dist</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/sources-dist</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/gora/tags/apache-gora-0.4/sources-dist</developerConnection> </scm> <issueManagement> <system>JIRA</system>
