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/28 07:04:01 UTC

[1/2] incubator-beam git commit: jms: fix artifact ID in pom.xml

Repository: incubator-beam
Updated Branches:
  refs/heads/master af396bf8e -> ff873f4eb


jms: fix artifact ID in pom.xml


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

Branch: refs/heads/master
Commit: b4e651b4686e498c1d0d529a878e9f6c911356e0
Parents: af396bf
Author: Dan Halperin <dh...@google.com>
Authored: Wed Jul 27 23:18:35 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jul 27 23:18:35 2016 -0700

----------------------------------------------------------------------
 sdks/java/io/jms/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/b4e651b4/sdks/java/io/jms/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/jms/pom.xml b/sdks/java/io/jms/pom.xml
index 9cdc7f4..7113434 100644
--- a/sdks/java/io/jms/pom.xml
+++ b/sdks/java/io/jms/pom.xml
@@ -26,7 +26,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <artifactId>jms</artifactId>
+  <artifactId>beam-sdks-java-io-jms</artifactId>
   <name>Apache Beam :: SDKs :: Java :: IO :: JMS</name>
   <description>IO to read and write to JMS (Java Messaging Service)
     destinations (queues and topics). </description>
@@ -131,4 +131,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>


[2/2] incubator-beam git commit: Closes #749

Posted by dh...@apache.org.
Closes #749


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

Branch: refs/heads/master
Commit: ff873f4eb1c90a871db0c0e32b0cf964c88a154e
Parents: af396bf b4e651b
Author: Dan Halperin <dh...@google.com>
Authored: Thu Jul 28 00:03:51 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Jul 28 00:03:51 2016 -0700

----------------------------------------------------------------------
 sdks/java/io/jms/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------