Repository: incubator-apex-core Updated Branches: refs/heads/release-3.1 2d7e3599a -> 30f93e586
Preparing for 3.1.2 development Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/30f93e58 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/30f93e58 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/30f93e58 Branch: refs/heads/release-3.1 Commit: 30f93e5863777c2589bbf250c95c9075715ffbf6 Parents: 2d7e359 Author: Thomas Weise <[email protected]> Authored: Tue Oct 27 18:27:09 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Tue Oct 27 19:51:13 2015 -0700 ---------------------------------------------------------------------- apex-app-archetype/README.md | 2 +- apex-app-archetype/pom.xml | 2 +- .../src/test/resources/projects/basic/archetype.properties | 2 +- apex-conf-archetype/README.md | 2 +- apex-conf-archetype/pom.xml | 2 +- .../src/test/resources/projects/basic/archetype.properties | 2 +- api/pom.xml | 2 +- bufferserver/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/apex-app-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md index 92b3bb5..3b20461 100644 --- a/apex-app-archetype/README.md +++ b/apex-app-archetype/README.md @@ -6,7 +6,7 @@ How to Generate an Apex Application Project Template Run the following command - mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.1 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT + mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.2-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT Using your favorite IDE, open the project that has just been created by the above command. Write your application code and optionally operator code http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index cd5bfcb..39abd25 100644 --- a/apex-app-archetype/pom.xml +++ b/apex-app-archetype/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/apex-app-archetype/src/test/resources/projects/basic/archetype.properties ---------------------------------------------------------------------- diff --git a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties index c812633..7677f48 100644 --- a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties +++ b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties @@ -3,4 +3,4 @@ package=it.pkg version=0.1-SNAPSHOT groupId=archetype.it artifactId=basic -archetypeVersion=3.1.1 +archetypeVersion=3.1.2-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/apex-conf-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md index e09bbf3..3e5d689 100644 --- a/apex-conf-archetype/README.md +++ b/apex-conf-archetype/README.md @@ -6,7 +6,7 @@ How to Generate a Apex App Configuration Project Template Run the following command - mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.1 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT + mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.2-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT Using your favorite IDE, open the project that has just been created by the above command. Write your application code and optionally operator code http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index b6d3822..88e1bfd 100644 --- a/apex-conf-archetype/pom.xml +++ b/apex-conf-archetype/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties index c812633..7677f48 100644 --- a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties +++ b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties @@ -3,4 +3,4 @@ package=it.pkg version=0.1-SNAPSHOT groupId=archetype.it artifactId=basic -archetypeVersion=3.1.1 +archetypeVersion=3.1.2-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 4da35d9..ddf2b0f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>dt-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index f5859d2..6e64728 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>dt-bufferserver</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 81fd0e7..3a966f2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>dt-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index d227ca4..d456089 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>dt-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f93e58/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 24d88f4..322567e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Realtime Stream Processing Framework</name>
