Skip to content

Commit

Permalink
Abhilash, Sukreet | SHR-1409 | changed release version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sukreet committed Jan 6, 2017
1 parent 1b1603e commit 120fa93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = '2.5-SNAPSHOT'
version = '2.6-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-2.5-SNAPSHOT.jar
java -jar /opt/bdshr/lib/shr-schema-2.6-SNAPSHOT.jar
2 changes: 1 addition & 1 deletion shr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ task exportProperties(dependsOn: 'copyZip') << {

task dist(dependsOn: [project(":schema").tasks.build, 'exportProperties'], type: Rpm) {
packageName = 'shr'
version = '2.5'
version = '2.6'
release = project.hasProperty('release') ? project.release : '1'
arch = NOARCH
os = LINUX
Expand Down

0 comments on commit 120fa93

Please sign in to comment.