This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.2.0-rc0-next in repository https://gitbox.apache.org/repos/asf/fluo.git
commit 40eb9d044128a9cdee3d115557f7a02199970fa6 Author: Christopher Tubbs <[email protected]> AuthorDate: Wed Jan 10 16:35:11 2018 -0500 [maven-release-plugin] prepare for next development iteration --- modules/accumulo/pom.xml | 2 +- modules/api/pom.xml | 2 +- modules/cluster/pom.xml | 2 +- modules/command/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/distribution/pom.xml | 2 +- modules/integration/pom.xml | 2 +- modules/mapreduce/pom.xml | 2 +- modules/mini/pom.xml | 2 +- pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/accumulo/pom.xml b/modules/accumulo/pom.xml index 8e24756..c423d85 100644 --- a/modules/accumulo/pom.xml +++ b/modules/accumulo/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-accumulo</artifactId> diff --git a/modules/api/pom.xml b/modules/api/pom.xml index 1754aa0..7052929 100644 --- a/modules/api/pom.xml +++ b/modules/api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-api</artifactId> diff --git a/modules/cluster/pom.xml b/modules/cluster/pom.xml index 9d28e98..68f2a1d 100644 --- a/modules/cluster/pom.xml +++ b/modules/cluster/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-cluster</artifactId> diff --git a/modules/command/pom.xml b/modules/command/pom.xml index 2f45f7b..d34af39 100644 --- a/modules/command/pom.xml +++ b/modules/command/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-command</artifactId> diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 6c526b6..3b3fe5d 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-core</artifactId> diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 5bd3075..4820fc8 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo</artifactId> diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml index b0643a6..e951931 100644 --- a/modules/integration/pom.xml +++ b/modules/integration/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-integration</artifactId> diff --git a/modules/mapreduce/pom.xml b/modules/mapreduce/pom.xml index d6b577d..092f770 100644 --- a/modules/mapreduce/pom.xml +++ b/modules/mapreduce/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-mapreduce</artifactId> diff --git a/modules/mini/pom.xml b/modules/mini/pom.xml index e4bce5e..5e0fcab 100644 --- a/modules/mini/pom.xml +++ b/modules/mini/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.fluo</groupId> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fluo-mini</artifactId> diff --git a/pom.xml b/pom.xml index b00aeb9..50dbaad 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <version>3</version> </parent> <artifactId>fluo-project</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Fluo Project</name> <description>An implementation of Percolator for Apache Accumulo</description> @@ -46,7 +46,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/fluo.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/fluo.git</developerConnection> - <tag>rel/fluo-1.2.0</tag> + <tag>HEAD</tag> <url>https://gitbox.apache.org/repos/asf?p=fluo.git</url> </scm> <issueManagement> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
