Repository: incubator-apex-core Updated Branches: refs/heads/release-3.1 86170f639 -> 525604ce6
Preparing To Release 3.1.1-RC3 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/525604ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/525604ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/525604ce Branch: refs/heads/release-3.1 Commit: 525604ce6b9e33036f313540f6c37c261fe84d98 Parents: 86170f6 Author: DataTorrent CI <[email protected]> Authored: Thu Sep 24 06:35:25 2015 -0700 Committer: DataTorrent CI <[email protected]> Committed: Thu Sep 24 06:35:25 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 +- .../src/test/java/com/datatorrent/stram/client/AppPackageTest.java | 2 +- engine/src/test/resources/testAppPackage/mydtapp/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/apex-app-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md index 4e9929c..b05ba3d 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-RC2 -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.1-RC3 -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/525604ce/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index f12c892..fb00f8e 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-RC2</version> + <version>3.1.1-RC3</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/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 6e5ec9b..9f84b34 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-RC2 +archetypeVersion=3.1.1-RC3 http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/apex-conf-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md index 4806678..9be5ed2 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-RC2 -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.1-RC3 -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/525604ce/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index c06200d..b5ff337 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-RC2</version> + <version>3.1.1-RC3</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/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 6e5ec9b..9f84b34 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-RC2 +archetypeVersion=3.1.1-RC3 http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 47b0f99..25ffb1e 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-RC2</version> + <version>3.1.1-RC3</version> </parent> <artifactId>dt-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index b6a8f46..420b720 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-RC2</version> + <version>3.1.1-RC3</version> </parent> <artifactId>dt-bufferserver</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index df71eaf..45ccb97 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-RC2</version> + <version>3.1.1-RC3</version> </parent> <artifactId>dt-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 02cc9ba..3ad4c1f 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-RC2</version> + <version>3.1.1-RC3</version> </parent> <artifactId>dt-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java ---------------------------------------------------------------------- diff --git a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java index ca06c5e..a20a935 100644 --- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java +++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java @@ -72,7 +72,7 @@ public class AppPackageTest { Assert.assertEquals("mydtapp", json.getString("appPackageName")); Assert.assertEquals("1.0-SNAPSHOT", json.getString("appPackageVersion")); - Assert.assertEquals("3.1.1-RC2", json.getString("dtEngineVersion")); + Assert.assertEquals("3.1.1-RC3", json.getString("dtEngineVersion")); Assert.assertEquals("lib/*.jar", json.getJSONArray("classPath").getString(0)); JSONObject application = json.getJSONArray("applications").getJSONObject(0); http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/engine/src/test/resources/testAppPackage/mydtapp/pom.xml ---------------------------------------------------------------------- diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml index 74f5afd..305abd7 100644 --- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml +++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml @@ -13,7 +13,7 @@ <properties> <!-- change this if you desire to use a different version of DataTorrent --> - <datatorrent.version>3.1.1-RC2</datatorrent.version> + <datatorrent.version>3.1.1-RC3</datatorrent.version> <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath> </properties> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/525604ce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f1d68c..b9e90ea 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.1-RC2</version> + <version>3.1.1-RC3</version> <packaging>pom</packaging> <name>Realtime Stream Processing Framework</name>
