Skip to content

Commit

Permalink
updated build for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jan 28, 2014
1 parent 0d64a09 commit 1a54f6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -3,7 +3,7 @@ name := "elastic4s"

organization := "com.sksamuel.elastic4s"

version := "0.90.10.0"
version := "1.0.0-SNAPSHOT"

scalaVersion := "2.10.3"

Expand Down Expand Up @@ -46,7 +46,7 @@ libraryDependencies += "commons-io" % "commons-io" % "2.4"

libraryDependencies += "org.mockito" % "mockito-all" % "1.9.5" % "test"

libraryDependencies += "org.elasticsearch" % "elasticsearch" % "0.90.10"
libraryDependencies += "org.elasticsearch" % "elasticsearch" % "1.0.0.RC1"

libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0.M6-SNAP36" % "test"

Expand Down Expand Up @@ -74,4 +74,4 @@ pomExtra := {
<url>http://github.com/elastic4s</url>
</developer>
</developers>
}
}
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@
<groupId>com.sksamuel.elastic4s</groupId>
<artifactId>elastic4s_2.10</artifactId>
<packaging>jar</packaging>
<version>0.90.10.0</version>
<version>1.0.0-SNAPSHOT</version>
<name>elastic4s</name>
<description>A Scala elastic client.</description>
<url>https://github.com/sksamuel/elastic4s</url>
Expand Down Expand Up @@ -64,7 +64,7 @@
<commons.io.version>2.4</commons.io.version>
<commons.beanutils.version>1.8.3</commons.beanutils.version>

<elasticsearch.version>0.90.10</elasticsearch.version>
<elasticsearch.version>1.0.0.RC1</elasticsearch.version>

<junit.version>4.11</junit.version>
<log4j.version>1.2.17</log4j.version>
Expand Down

0 comments on commit 1a54f6d

Please sign in to comment.