Skip to content

Commit

Permalink
Prepare versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Sep 20, 2014
1 parent 6414ab5 commit ccff9cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shim-server-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shim-server-ui",
"version": "0.2.1-SNAPSHOT",
"version": "0.2.1",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion shim-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'spring-boot'

jar {
baseName = 'omh-shims'
version = '0.2.1-SNAPSHOT'
version = '0.2.1'
}

springBoot {
Expand Down
2 changes: 1 addition & 1 deletion shim-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.openmhealth.shim</groupId>
<artifactId>omh-shims</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>Open mHealth Shim Server</name>
Expand Down

0 comments on commit ccff9cc

Please sign in to comment.