Skip to content

Commit

Permalink
Final renaming from de.oneos to org.cqrest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Oct 8, 2014
1 parent f9d142c commit 48b619f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
apply plugin: 'maven'


group = 'de.oneos'
group = 'org.cqrest'
version = '0.1.2-SNAPSHOT'

defaultTasks 'clean', 'install'
Expand Down
2 changes: 1 addition & 1 deletion eventsourcing/bin/AST-Inspection.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import de.oneos.eventsourcing.*
import org.cqrest.eventsourcing.*

class Order_was_created extends BaseEvent<Order> { }

Expand Down

0 comments on commit 48b619f

Please sign in to comment.