You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/07/27 21:51:01 UTC

incubator-beam git commit: [maven-release-plugin] prepare branch release-0.2.0-incubating

Repository: incubator-beam
Updated Branches:
  refs/heads/master c6e748c09 -> db7dbeaf2


[maven-release-plugin] prepare branch release-0.2.0-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/db7dbeaf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/db7dbeaf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/db7dbeaf

Branch: refs/heads/master
Commit: db7dbeaf205e27534e17f42a457ac1eacbd2aedd
Parents: c6e748c
Author: Dan Halperin <dh...@google.com>
Authored: Wed Jul 27 14:50:58 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jul 27 14:50:58 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml                      | 2 +-
 pom.xml                                    | 4 ++--
 runners/google-cloud-dataflow-java/pom.xml | 2 +-
 sdks/java/io/jms/pom.xml                   | 4 +---
 4 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/db7dbeaf/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index c1ea140..5044393 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -45,7 +45,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <systemPropertyVariables>
-            <beamUseDummyRunner></beamUseDummyRunner>
+            <beamUseDummyRunner />
             <beamTestPipelineOptions>
             </beamTestPipelineOptions>
           </systemPropertyVariables>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/db7dbeaf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d4974f..8e8ef47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-beam.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-beam.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-beam.git;a=summary</url>
-    <tag>release-0.1.0-incubating</tag>
+    <tag>release-0.2.0-incubating</tag>
   </scm>
 
   <issueManagement>
@@ -98,7 +98,7 @@
     <skipITs>true</skipITs>
 
     <!-- Do not add additional surefire arguments by default -->
-    <beamSurefireArgline></beamSurefireArgline>
+    <beamSurefireArgline />
 
     <!-- If updating dependencies, please update any relevant javadoc offlineLinks -->
     <avro.version>1.8.1</avro.version>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/db7dbeaf/runners/google-cloud-dataflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml
index f2c0fe8..da052ff 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -56,7 +56,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <systemPropertyVariables>
-            <beamTestPipelineOptions></beamTestPipelineOptions>
+            <beamTestPipelineOptions />
             <beamUseDummyRunner>true</beamUseDummyRunner>
           </systemPropertyVariables>
         </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/db7dbeaf/sdks/java/io/jms/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/jms/pom.xml b/sdks/java/io/jms/pom.xml
index e0e0f36..fa56c7b 100644
--- a/sdks/java/io/jms/pom.xml
+++ b/sdks/java/io/jms/pom.xml
@@ -15,9 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>