diff --git a/agit-integration-tests/pom.xml b/agit-integration-tests/pom.xml index 2c5f0106..884a4c9c 100644 --- a/agit-integration-tests/pom.xml +++ b/agit-integration-tests/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 agit-integration-tests - 1.29-SNAPSHOT + 1.29 com.madgag agit-parent @@ -102,8 +101,8 @@ val ipAddresses = java.net.NetworkInterface.getNetworkInterfaces().filter { !_.isLoopback }.flatMap { _.getInetAddresses }.map { _.getHostAddress }.mkString(",") AndroidDebugBridge.init(false) val androidDebugBridge = AndroidDebugBridge.createBridge - androidDebugBridge.getDevices.filter { !_.isEmulator } foreach { d => - val command = "echo gitserver.host.address="+ipAddresses+" > "+d.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE)+"/agit-integration-test.properties" + androidDebugBridge.getDevices.filter { !_.isEmulator } foreach { d => + val command = "echo gitserver.host.address="+ipAddresses+" > "+d.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE)+"/agit-integration-test.properties" d.executeShellCommand(command, NullOutputReceiver.getReceiver) } diff --git a/agit-test-utils/pom.xml b/agit-test-utils/pom.xml index c8d4c4ed..548aa1f9 100644 --- a/agit-test-utils/pom.xml +++ b/agit-test-utils/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 agit-test-utils - 1.29-SNAPSHOT + 1.29 com.madgag agit-parent diff --git a/agit/pom.xml b/agit/pom.xml index 32107d27..bdc671c1 100644 --- a/agit/pom.xml +++ b/agit/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 agit - 1.29-SNAPSHOT + 1.29 com.madgag agit-parent @@ -169,7 +168,7 @@ true true - + ${sign.keystore} ${sign.alias} ${sign.storepass} diff --git a/pom.xml b/pom.xml index 0fe151e1..9d3aea66 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 - 1.29-SNAPSHOT + 1.29 com.madgag agit-parent pom