Preparing for 3.4.0 development Closing PRs for switch to master branch closes #208, closes #207, closes #206, closes #194, closes #186, closes #173, closes #168, closes #163, closes #160, closes #153, closes #129, closes #98, closes #97, closes #76
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/9ffbc73e Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/9ffbc73e Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/9ffbc73e Branch: refs/heads/master Commit: 9ffbc73e7fa877bddbb0b3849b87c9149a1b00a2 Parents: f32fa1b Author: Thomas Weise <[email protected]> Authored: Thu Jan 28 23:03:58 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Thu Jan 28 23:13:16 2016 -0800 ---------------------------------------------------------------------- apex-app-archetype/README.md | 2 +- apex-app-archetype/pom.xml | 2 +- apex-conf-archetype/README.md | 2 +- apex-conf-archetype/pom.xml | 2 +- api/pom.xml | 2 +- bufferserver/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/apex-app-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md index 9c386df..3bd39fe 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=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.3.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT + mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0-incubating-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/9ffbc73e/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index b70cfeb..8e4bf7c 100644 --- a/apex-app-archetype/pom.xml +++ b/apex-app-archetype/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/apex-conf-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md index e80d1a2..9cc2359 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=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.3.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT + mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0-incubating-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/9ffbc73e/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index 2e6f78b..eb86e08 100644 --- a/apex-conf-archetype/pom.xml +++ b/apex-conf-archetype/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index d5ea932..00496c7 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> </parent> <artifactId>apex-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index aa79c0e..d6026dc 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> </parent> <artifactId>apex-bufferserver</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index a749cea..b02ad6f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> </parent> <artifactId>apex-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 2b70aa6..ab9ed37 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> </parent> <artifactId>apex-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9ffbc73e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46c9b9c..c5432ae 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.3.0-incubating-SNAPSHOT</version> + <version>3.4.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Apex (incubating)</name>
