Skip to content

Commit

Permalink
Neha, Sukreet | changing the version for schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
nehashri committed Feb 23, 2016
1 parent 697c387 commit 0867bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def mainClassName = "org.freeshr.cassandra.Migrations"

jar {
baseName = 'shr-schema'
version = '0.2-SNAPSHOT'
version = '2.2-SNAPSHOT'
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}
Expand Down
2 changes: 1 addition & 1 deletion schema/scripts/rpm/migrate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
. /etc/default/bdshr

java -jar /opt/bdshr/lib/shr-schema-0.2-SNAPSHOT.jar
java -jar /opt/bdshr/lib/shr-schema-2.2-SNAPSHOT.jar

0 comments on commit 0867bce

Please sign in to comment.