Merge lp:~nwilliams/akiban-server/non-snapshot-persistit into lp:~akiban-technologies/akiban-server/trunk

Proposed by Nathan Williams
Status: Merged
Approved by: Mike McMahon
Approved revision: 2734
Merged at revision: 2734
Proposed branch: lp:~nwilliams/akiban-server/non-snapshot-persistit
Merge into: lp:~akiban-technologies/akiban-server/trunk
Diff against target: 21 lines (+2/-2)
1 file modified
pom.xml (+2/-2)
To merge this branch: bzr merge lp:~nwilliams/akiban-server/non-snapshot-persistit
Reviewer Review Type Date Requested Status
Mike McMahon Approve
Review via email: mp+179452@code.launchpad.net

Description of the change

Depend on a released, non-snapshot version of Persistit.

And update parser test dependency version to match non-test.

To post a comment you must log in.
Revision history for this message
Mike McMahon (mmcm) wrote :

Easy enough.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pom.xml'
2--- pom.xml 2013-07-31 20:41:01 +0000
3+++ pom.xml 2013-08-09 14:02:43 +0000
4@@ -95,7 +95,7 @@
5 <dependency>
6 <groupId>com.akiban</groupId>
7 <artifactId>akiban-persistit</artifactId>
8- <version>3.2.9-SNAPSHOT</version>
9+ <version>3.2.9</version>
10 </dependency>
11 <dependency>
12 <groupId>com.akiban</groupId>
13@@ -122,7 +122,7 @@
14 <dependency>
15 <groupId>com.akiban</groupId>
16 <artifactId>akiban-sql-parser</artifactId>
17- <version>1.0.15-SNAPSHOT</version>
18+ <version>1.0.16-SNAPSHOT</version>
19 <type>test-jar</type>
20 <scope>test</scope>
21 </dependency>

Subscribers

People subscribed via source and target branches