You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/09/04 16:22:04 UTC

[1/3] incubator-apex-core git commit: Fixed @since 3.1.0 misplaced tag

Repository: incubator-apex-core
Updated Branches:
  refs/heads/release-3.1 8493d5c87 -> 6bdbb151f


Fixed @since 3.1.0 misplaced tag


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

Branch: refs/heads/release-3.1
Commit: 3f308303e88e573ce4fe4eda0cc3c53f3682cf55
Parents: 8493d5c
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Fri Sep 4 15:48:49 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Fri Sep 4 15:48:49 2015 +0530

----------------------------------------------------------------------
 .../java/com/datatorrent/common/util/AsyncFSStorageAgent.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3f308303/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
----------------------------------------------------------------------
diff --git a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
index f98d775..e57b78c 100644
--- a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
+++ b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
@@ -1,4 +1,3 @@
-
 /**
  * Copyright (C) 2015 DataTorrent, Inc.
  *
@@ -13,9 +12,12 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
+ */
+
+/**
  * @since 3.1.0
  */
+
 package com.datatorrent.common.util;
 
 import java.io.*;


Re: [2/3] incubator-apex-core git commit: Version update 3.1.1-SNAPSHOT

Posted by Chetan Narsude <ch...@datatorrent.com>.
These are changes made by the automation scripts. Typically trigger with a
single configuration change can result in 100s of lines being changed and
we wanted to capture such changes as done by scripts.

Do you see an issue with the approach? Thanks.

--
Chetan

On Fri, Sep 4, 2015 at 9:18 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> Notice these checked by "DataTorrent CI <jenkins@datatorrent.com <mailto:
> jenkins@datatorrent.com>>”. I assume that’s a mistake and a real person
> made these changes?
>
> Thanks,
> Justin

Re: [2/3] incubator-apex-core git commit: Version update 3.1.1-SNAPSHOT

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Notice these checked by "DataTorrent CI <jenkins@datatorrent.com <ma...@datatorrent.com>>”. I assume that’s a mistake and a real person made these changes?

Thanks,
Justin

[2/3] incubator-apex-core git commit: Version update 3.1.1-SNAPSHOT

Posted by th...@apache.org.
Version update 3.1.1-SNAPSHOT


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

Branch: refs/heads/release-3.1
Commit: 739d595a5e5a233875e7c9d5f114c4e980ee9353
Parents: 3f30830
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Fri Sep 4 16:23:05 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Fri Sep 4 16:23:05 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/739d595a/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index a3b7d08..b5cbb08 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.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.1-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/739d595a/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index a1361b7..767c7c0 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</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/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 1c56692..376adc4 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.0
+archetypeVersion=3.1.1-SNAPSHOT

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 71edaba..c48f9a5 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.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.1-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/739d595a/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 3e63a1a..40ba08a 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</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/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 1c56692..376adc4 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.0
+archetypeVersion=3.1.1-SNAPSHOT

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index cf94b03..e61a028 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</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>dt-api</artifactId>
@@ -38,7 +38,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-api</artifactId>
-              <version>3.1.0</version>
+              <version>3.1.1-SNAPSHOT</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 4ddd5d0..50b1de2 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</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.1-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index d17c7c9..44136cb 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</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>dt-common</artifactId>
@@ -23,7 +23,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-common</artifactId>
-              <version>3.1.0</version>
+              <version>3.1.1-SNAPSHOT</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index e63898b..d0da928 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</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>dt-engine</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/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 2138ad4..e3a29a3 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.0", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.1.1-SNAPSHOT", 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/739d595a/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 9c84eeb..c54056a 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.0</datatorrent.version>
+    <datatorrent.version>3.1.1-SNAPSHOT</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/739d595a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5b19bb..56d060c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.datatorrent</groupId>
   <artifactId>dt-framework</artifactId>
-  <version>3.1.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Realtime Stream Processing Framework</name>


[3/3] incubator-apex-core git commit: Preparing for Release 3.1.1-RC1

Posted by th...@apache.org.
Preparing for Release 3.1.1-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/6bdbb151
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/6bdbb151
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/6bdbb151

Branch: refs/heads/release-3.1
Commit: 6bdbb151f454d2ef2d94ee18f91e66b0da336ec4
Parents: 739d595
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Fri Sep 4 17:41:57 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Fri Sep 4 17:41:57 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/6bdbb151/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index b5cbb08..1d959cc 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-SNAPSHOT -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-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/6bdbb151/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index 767c7c0..e64d8de 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/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 376adc4..d53ed2f 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-SNAPSHOT
+archetypeVersion=3.1.1-RC1

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index c48f9a5..2e8378d 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-SNAPSHOT -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-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/6bdbb151/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 40ba08a..c72077f 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/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 376adc4..d53ed2f 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-SNAPSHOT
+archetypeVersion=3.1.1-RC1

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index e61a028..d1cfca5 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>dt-api</artifactId>
@@ -38,7 +38,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-api</artifactId>
-              <version>3.1.1-SNAPSHOT</version>
+              <version>3.1.1-RC1</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 50b1de2..165ba95 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.1.1-SNAPSHOT</version>
+      <version>3.1.1-RC1</version>
       <type>jar</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 44136cb..c8c49ec 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>dt-common</artifactId>
@@ -23,7 +23,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-common</artifactId>
-              <version>3.1.1-SNAPSHOT</version>
+              <version>3.1.1-RC1</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index d0da928..ae3685f 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-SNAPSHOT</version>
+    <version>3.1.1-RC1</version>
   </parent>
 
   <artifactId>dt-engine</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/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 e3a29a3..67f30ed 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-SNAPSHOT", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.1.1-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/6bdbb151/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 c54056a..47173da 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-SNAPSHOT</datatorrent.version>
+    <datatorrent.version>3.1.1-RC1</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6bdbb151/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56d060c..1fa5937 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.datatorrent</groupId>
   <artifactId>dt-framework</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1-RC1</version>
   <packaging>pom</packaging>
 
   <name>Realtime Stream Processing Framework</name>