Skip to content

Commit

Permalink
fixes #104 maven snapshot missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfish committed Jun 6, 2016
1 parent d60b116 commit 47cb1b1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- "2.11.7"
- "2.11.8"
jdk:
- oraclejdk8
branches:
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ A replicated [Akka Persistence](http://doc.akka.io/docs/akka/current/scala/persi
| Technology | Version |
| :--------: | -------------------------------- |
| Plugin | [<img src="https://img.shields.io/badge/latest%20snapshot%20for%202.11-1.0.0--SNAPSHOT-blue.svg"/>](https://oss.sonatype.org/content/repositories/snapshots/com/github/ironfish/akka-persistence-mongo-casbah_2.11/1.0.0-SNAPSHOT/)
| Scala | 2.11.7 |
| Akka | 2.4.1 or higher |
| Scala | 2.11.8 |
| Akka | 2.4.7 or higher |
| Mongo | 3.1.x or higher |

## Installation
Expand Down Expand Up @@ -69,7 +69,7 @@ libraryDependencies ++= Seq(
#### Snapshot

```XML
// Scala 2.11.7
// Scala 2.11.8
<dependency>
<groupId>com.github.ironfish</groupId>
<artifactId>akka-persistence-mongo_2.11</artifactId>
Expand Down Expand Up @@ -321,6 +321,11 @@ The [sample applications](https://github.com/ironfish/akka-persistence-mongo-sam

## Change Log

### 1.0.0-SNAPSHOT (Update)

* Upgrade `Akka` 2.4.7
* Upgrade `Casbah` to `Async` driver 3.1.1

### 1.0.0-SNAPSHOT

* Upgrade `Akka` 2.4.1.
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
val akkaVer = "2.4.1"
val casbahVer = "3.1.0"
val akkaVer = "2.4.7"
val casbahVer = "3.1.1"
val commonsIoVer = "2.4"
val embeddedMongoVer = "1.50.1"
val logbackVer = "1.1.3"
val scalaVer = "2.11.7"
val scalatestVer = "2.2.4"
val logbackVer = "1.1.7"
val scalaVer = "2.11.8"
val scalatestVer = "2.2.6"

organization := "com.github.ironfish"
name := "akka-persistence-mongo"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit 47cb1b1

Please sign in to comment.