Merge lp:~akiban-technologies/akiban-client-tools/1.3.7-update into lp:~akiban-technologies/akiban-client-tools/trunk

Proposed by Nathan Williams
Status: Merged
Approved by: Nathan Williams
Approved revision: 27
Merged at revision: 26
Proposed branch: lp:~akiban-technologies/akiban-client-tools/1.3.7-update
Merge into: lp:~akiban-technologies/akiban-client-tools/trunk
Diff against target: 37 lines (+3/-3)
3 files modified
bin/akdump (+1/-1)
bin/akdump.cmd (+1/-1)
pom.xml (+1/-1)
To merge this branch: bzr merge lp:~akiban-technologies/akiban-client-tools/1.3.7-update
Reviewer Review Type Date Requested Status
Akiban Technologies Pending
Review via email: mp+179745@code.launchpad.net

Description of the change

Bump version to 1.3.7 after release.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/akdump'
--- bin/akdump 2013-03-23 19:54:30 +0000
+++ bin/akdump 2013-08-12 16:28:38 +0000
@@ -1,6 +1,6 @@
1#!/bin/bash1#!/bin/bash
22
3CLIENT_JAR=akiban-client-tools-1.3.6-SNAPSHOT.jar3CLIENT_JAR=akiban-client-tools-1.3.7-SNAPSHOT.jar
4BASEDIR="$(dirname "$0")"4BASEDIR="$(dirname "$0")"
55
6if [ -f "${BASEDIR}/../pom.xml" ]; then6if [ -f "${BASEDIR}/../pom.xml" ]; then
77
=== modified file 'bin/akdump.cmd'
--- bin/akdump.cmd 2013-03-23 19:54:30 +0000
+++ bin/akdump.cmd 2013-08-12 16:28:38 +0000
@@ -2,7 +2,7 @@
22
3SETLOCAL3SETLOCAL
44
5SET CLIENT_JAR=akiban-client-tools-1.3.6-SNAPSHOT.jar5SET CLIENT_JAR=akiban-client-tools-1.3.7-SNAPSHOT.jar
66
7IF EXIST "%~dp0..\pom.xml" GOTO FROM_BUILD7IF EXIST "%~dp0..\pom.xml" GOTO FROM_BUILD
88
99
=== modified file 'pom.xml'
--- pom.xml 2013-03-23 19:54:30 +0000
+++ pom.xml 2013-08-12 16:28:38 +0000
@@ -4,7 +4,7 @@
4 <groupId>com.akiban</groupId>4 <groupId>com.akiban</groupId>
5 <artifactId>akiban-client-tools</artifactId>5 <artifactId>akiban-client-tools</artifactId>
6 <packaging>jar</packaging>6 <packaging>jar</packaging>
7 <version>1.3.6-SNAPSHOT</version>7 <version>1.3.7-SNAPSHOT</version>
8 <name>akiban-client-tools</name>8 <name>akiban-client-tools</name>
9 <properties>9 <properties>
10 <!-- this is the default version number, hudson job sets this to the official number -->10 <!-- this is the default version number, hudson job sets this to the official number -->

Subscribers

People subscribed via source and target branches

to all changes: