Skip to content

Commit

Permalink
[maven-release-plugin] prepare release agit-parent-1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed May 24, 2012
1 parent e82e127 commit 953485b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
9 changes: 4 additions & 5 deletions agit-integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>agit-integration-tests</artifactId>

<parent>
<version>1.29-SNAPSHOT</version>
<version>1.29</version>
<groupId>com.madgag</groupId>
<artifactId>agit-parent</artifactId>
</parent>
Expand Down Expand Up @@ -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 =&gt;
val command = "echo gitserver.host.address="+ipAddresses+" &gt; "+d.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE)+"/agit-integration-test.properties"

d.executeShellCommand(command, NullOutputReceiver.getReceiver)
}
Expand Down
5 changes: 2 additions & 3 deletions agit-test-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>agit-test-utils</artifactId>

<parent>
<version>1.29-SNAPSHOT</version>
<version>1.29</version>
<groupId>com.madgag</groupId>
<artifactId>agit-parent</artifactId>
</parent>
Expand Down
7 changes: 3 additions & 4 deletions agit/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>agit</artifactId>

<parent>
<version>1.29-SNAPSHOT</version>
<version>1.29</version>
<groupId>com.madgag</groupId>
<artifactId>agit-parent</artifactId>
</parent>
Expand Down Expand Up @@ -169,7 +168,7 @@
<inherited>true</inherited>
<configuration>
<removeExistingSignatures>true</removeExistingSignatures>
<archiveDirectory/>
<archiveDirectory />
<keystore>${sign.keystore}</keystore>
<alias>${sign.alias}</alias>
<storepass>${sign.storepass}</storepass>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>1.29-SNAPSHOT</version>
<version>1.29</version>
<groupId>com.madgag</groupId>
<artifactId>agit-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 953485b

Please sign in to comment.