Skip to content

Commit

Permalink
promote to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffplourde committed Oct 6, 2014
1 parent 82bdbb4 commit 3a55090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ ext {
targetOsArch = project.hasProperty('OS_ARCH') ? fromOsArch(OS_ARCH) : localOsArch
}
group 'org.mdpnp'
version '0.4.0'
version '0.4.1'

subprojects {
apply plugin: 'maven'
group 'org.mdpnp'
version '0.4.0'
version '0.4.1'
buildscript {
repositories {

Expand Down
2 changes: 1 addition & 1 deletion buildAndDeploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PARCEL=demo-apps-0.4.0
PARCEL=demo-apps-0.4.1
TARGETS=`cat targets | sed '/^\s*#/d'`
# Add --offline to the following line if no internet access
./gradlew :interop-lab:demo-apps:distZip
Expand Down
2 changes: 1 addition & 1 deletion device-adapter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script
export DEVICE_ID="`cat /home/ubuntu/device.id`"
fi
export ADAPTER_OPTS="ICE_Device_Interface $DEVICE_SETTINGS"
export ADAPTER_DIR=/home/ubuntu/demo-apps-0.4.0/bin
export ADAPTER_DIR=/home/ubuntu/demo-apps-0.4.1/bin
export ADAPTER_SCR=demo-apps
export DEMO_APPS_OPTS="-Dlog4j.configuration=file:$ADAPTER_DIR/../../log4j.properties -DrandomUDI=$DEVICE_ID"
export JAVA_HOME=/home/ubuntu/jdk1.7.0_60
Expand Down

0 comments on commit 3a55090

Please sign in to comment.