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 2014/02/10 22:10:30 UTC

svn commit: r1566745 - /incubator/streams/trunk/streams-contrib/streams-persist-elasticsearch/pom.xml

Author: sblackmon
Date: Mon Feb 10 21:10:30 2014
New Revision: 1566745

URL: http://svn.apache.org/r1566745
Log:
These changes should allow the project to build on Jenkins, rather than error out when jsonschema2pojo tries to build .svn directories

Modified:
    incubator/streams/trunk/streams-contrib/streams-persist-elasticsearch/pom.xml

Modified: incubator/streams/trunk/streams-contrib/streams-persist-elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/trunk/streams-contrib/streams-persist-elasticsearch/pom.xml?rev=1566745&r1=1566744&r2=1566745&view=diff
==============================================================================
--- incubator/streams/trunk/streams-contrib/streams-persist-elasticsearch/pom.xml (original)
+++ incubator/streams/trunk/streams-contrib/streams-persist-elasticsearch/pom.xml Mon Feb 10 21:10:30 2014
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.elasticsearch</groupId>
             <artifactId>elasticsearch</artifactId>
-            <version>0.90.5</version>
+            <version>1.0.0.RC2</version>
             <scope>compile</scope>
             <type>jar</type>
         </dependency>