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
=== modified file 'pom.xml'
--- pom.xml 2013-07-31 20:41:01 +0000
+++ pom.xml 2013-08-09 14:02:43 +0000
@@ -95,7 +95,7 @@
95 <dependency>95 <dependency>
96 <groupId>com.akiban</groupId>96 <groupId>com.akiban</groupId>
97 <artifactId>akiban-persistit</artifactId>97 <artifactId>akiban-persistit</artifactId>
98 <version>3.2.9-SNAPSHOT</version>98 <version>3.2.9</version>
99 </dependency>99 </dependency>
100 <dependency>100 <dependency>
101 <groupId>com.akiban</groupId>101 <groupId>com.akiban</groupId>
@@ -122,7 +122,7 @@
122 <dependency>122 <dependency>
123 <groupId>com.akiban</groupId>123 <groupId>com.akiban</groupId>
124 <artifactId>akiban-sql-parser</artifactId>124 <artifactId>akiban-sql-parser</artifactId>
125 <version>1.0.15-SNAPSHOT</version>125 <version>1.0.16-SNAPSHOT</version>
126 <type>test-jar</type>126 <type>test-jar</type>
127 <scope>test</scope>127 <scope>test</scope>
128 </dependency>128 </dependency>

Subscribers

People subscribed via source and target branches