Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Apr 3, 2014
1 parent 85f5bb1 commit f75904c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CQREST Releases #

### Version 0.1.1) ###

* [Issue 22] (https://github.com/andreassimon/cqrs/issues/22) Implement EventStream in InMemoryEventStore
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {


group = 'de.oneos'
version = '0.1.1-SNAPSHOT'
version = '0.1.1'

defaultTasks 'clean', 'install'

Expand Down Expand Up @@ -66,7 +66,7 @@ allprojects {
contextUrl = "${artifactory_contextUrl}" //The base Artifactory URL if not overridden by the publisher/resolver
publish {
repository {
repoKey = 'libs-snapshot-local'
repoKey = 'libs-release-local'
username = "${artifactory_user}"
password = "${artifactory_password}"
maven = true
Expand Down

0 comments on commit f75904c

Please sign in to comment.