You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2017/06/21 03:51:31 UTC

incubator-streams git commit: temporarily change to use juneau 6.3.1-incubating-SNAPSHOT until 6.3.0-incubating is available

Repository: incubator-streams
Updated Branches:
  refs/heads/master b75753925 -> a2e2cbef2


temporarily change to use juneau 6.3.1-incubating-SNAPSHOT until 6.3.0-incubating is available


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

Branch: refs/heads/master
Commit: a2e2cbef268cf100906035340ebbc7c229857c34
Parents: b757539
Author: Steve Blackmon <sb...@apache.org>
Authored: Tue Jun 20 22:51:23 2017 -0500
Committer: Steve Blackmon <sb...@apache.org>
Committed: Tue Jun 20 22:51:23 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/a2e2cbef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b655934..2a6119c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
         <jackson-xml-databind.version>0.6.2</jackson-xml-databind.version>
         <aalto.version>1.0.0</aalto.version>
         <joda-time.version>2.9.4</joda-time.version>
-        <juneau.version>6.3.0-incubating</juneau.version>
+        <juneau.version>6.3.1-incubating-SNAPSHOT</juneau.version>
         <rave.version>0.22</rave.version>
         <datastax.version>1.0.3</datastax.version>
         <jsonschema2pojo.version>0.4.10</jsonschema2pojo.version>