Skip to content

Commit

Permalink
Fixes #79 versioning and cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfish committed Nov 12, 2014
1 parent 13b9783 commit 1655ce0
Show file tree
Hide file tree
Showing 42 changed files with 352 additions and 2,329 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: scala
scala:
- "2.10.3"
jdk:
- oraclejdk7
- openjdk7
branches:
except:
- /^wip-.*$/
language: scala
scala:
- "2.10.4"
- "2.11.4"
jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
branches:
except:
- /^wip-.*$/
13 changes: 0 additions & 13 deletions CHANGES.md

This file was deleted.

363 changes: 295 additions & 68 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions akka-persistence-mongo-casbah/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
"org.mongodb" %% "casbah" % "2.7.3" % "compile",
"com.github.krasserm" %% "akka-persistence-testkit" % "0.3.4" % "test"
"org.mongodb" %% "casbah" % "2.7.4" % "compile" pomOnly(),
"com.github.krasserm" %% "akka-persistence-testkit" % "0.3.4" % "test"
)
32 changes: 0 additions & 32 deletions akka-persistence-mongo-casbah/src/main/resources/logback.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.journal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.journal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.journal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/

package akka.persistence
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.snapshot

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.snapshot

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.journal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.journal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.journal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2013-2014 Duncan DeVore. <http://reactant.org>
* Copyright (C) 2013-2014 Duncan DeVore. <https://github.com/ironfish/>
*/
package akka.persistence.mongo.snapshot

Expand Down
34 changes: 0 additions & 34 deletions akka-persistence-mongo-command-sourcing-example-app/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions akka-persistence-mongo-command-sourcing-example-app/build.sbt

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1655ce0

Please sign in to comment.