Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okumin committed Nov 18, 2016
1 parent e60765d commit be501c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Note: no stress test against Influent has not yet been performed.
<dependency>
<groupId>com.okumin</groupId>
<artifactId>influent-java</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ lazy val influentJava = (project in file("influent-java"))
lazy val influentTransport = (project in file("influent-transport"))
.settings(commonSettings: _*)
.settings(javaSettings: _*)
.settings(publishSettings: _*)
.settings(
name := "influent-transport"
)
Expand All @@ -31,7 +32,7 @@ lazy val influentJavaSample = (project in file("influent-java-sample"))

lazy val commonSettings = Seq(
organization := "com.okumin",
version := "0.1.0",
version := "0.2.0",
scalaVersion := "2.11.8",
fork in Test := true,
javacOptions in (Compile, doc) ++= Seq("-locale", "en_US"),
Expand Down

0 comments on commit be501c4

Please sign in to comment.