You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ch...@apache.org on 2015/09/10 00:13:17 UTC

[46/50] incubator-apex-core git commit: Version Changes for v3.1.0-RC1

Version Changes for v3.1.0-RC1


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/3eb480d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/3eb480d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/3eb480d6

Branch: refs/heads/master
Commit: 3eb480d664e0b1362068d6c56d537bb3ed0183a7
Parents: b2fb001
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Tue Aug 25 11:49:16 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Tue Aug 25 11:49:16 2015 +0530

----------------------------------------------------------------------
 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                                                      | 4 ++--
 bufferserver/pom.xml                                             | 4 ++--
 common/pom.xml                                                   | 4 ++--
 engine/pom.xml                                                   | 2 +-
 .../test/java/com/datatorrent/stram/client/AppPackageTest.java   | 2 +-
 engine/src/test/resources/testAppPackage/mydtapp/pom.xml         | 2 +-
 pom.xml                                                          | 2 +-
 13 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 775f026..7edb310 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.0.0 -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.0-RC1 -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/3eb480d6/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index 7d931e3..514289a 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.0-SNAPSHOT</version>
+    <version>3.1.0-RC1</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/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 a5faf73..d34cfeb 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.0.0
+archetypeVersion=3.1.0-RC1

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index d54876c..3993c9f 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.0.0 -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.0-RC1 -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/3eb480d6/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 1f510a2..4162e9b 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.0-SNAPSHOT</version>
+    <version>3.1.0-RC1</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/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 a5faf73..d34cfeb 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.0.0
+archetypeVersion=3.1.0-RC1

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 12cdd51..30e1e5b 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.0-SNAPSHOT</version>
+    <version>3.1.0-RC1</version>
   </parent>
 
   <artifactId>dt-api</artifactId>
@@ -38,7 +38,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-api</artifactId>
-              <version>3.0.0</version>
+              <version>3.1.0-RC1</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 02ea4a4..460ed10 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.0-SNAPSHOT</version>
+    <version>3.1.0-RC1</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.1.0-SNAPSHOT</version>
+      <version>3.1.0-RC1</version>
       <type>jar</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 1a9acfd..def2a7d 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.0-SNAPSHOT</version>
+    <version>3.1.0-RC1</version>
   </parent>
 
   <artifactId>dt-common</artifactId>
@@ -23,7 +23,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-common</artifactId>
-              <version>3.0.0</version>
+              <version>3.1.0-RC1</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index c91265c..792a66d 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.0-SNAPSHOT</version>
+    <version>3.1.0-RC1</version>
   </parent>
 
   <artifactId>dt-engine</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/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 bf41270..7239f87 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.0.0", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.1.0-RC1", 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/3eb480d6/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 0c40dda..48db4ac 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.0.0</datatorrent.version>
+    <datatorrent.version>3.1.0-RC1</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3eb480d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 852cc3e..b77a77b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.datatorrent</groupId>
   <artifactId>dt-framework</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0-RC1</version>
   <packaging>pom</packaging>
 
   <name>Realtime Stream Processing Framework</name>