Merge lp:~pbeaman/akiban-persistit/3.3.1-SNAPSHOT into lp:akiban-persistit

Proposed by Peter Beaman
Status: Merged
Approved by: Nathan Williams
Approved revision: 434
Merged at revision: 433
Proposed branch: lp:~pbeaman/akiban-persistit/3.3.1-SNAPSHOT
Merge into: lp:akiban-persistit
Diff against target: 37 lines (+3/-3)
3 files modified
README.rst (+1/-1)
doc/conf.py (+1/-1)
pom.xml (+1/-1)
To merge this branch: bzr merge lp:~pbeaman/akiban-persistit/3.3.1-SNAPSHOT
Reviewer Review Type Date Requested Status
Nathan Williams Approve
Review via email: mp+164594@code.launchpad.net

Description of the change

Version bump

To post a comment you must log in.
Revision history for this message
Nathan Williams (nwilliams) wrote :

There are version numbers in README.rst and docs/conf.py as well.

review: Needs Fixing
434. By Peter Beaman

3.3.0 -> 3.3.1

Revision history for this message
Peter Beaman (pbeaman) wrote :

Thanks. Done.

Revision history for this message
Nathan Williams (nwilliams) wrote :

Perfecto.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.rst'
--- README.rst 2013-04-30 16:03:38 +0000
+++ README.rst 2013-05-18 19:54:27 +0000
@@ -59,6 +59,6 @@
59Working With Persistit59Working With Persistit
60----------------------60----------------------
6161
62Add the jar file (e.g. ``akiban-persistit-3.3.jar``), found in the root directory of the distribution kit, to your project's classpath. For example, copy it to ``jre/lib/ext`` in your Java Runtime Environment, or add it to your classpath environment variable. 62Add the jar file (e.g. ``akiban-persistit-3.3.1.jar``), found in the root directory of the distribution kit, to your project's classpath. For example, copy it to ``jre/lib/ext`` in your Java Runtime Environment, or add it to your classpath environment variable.
6363
64That's it. You are ready to work with Persistit.64That's it. You are ready to work with Persistit.
6565
=== modified file 'doc/conf.py'
--- doc/conf.py 2013-05-18 01:04:38 +0000
+++ doc/conf.py 2013-05-18 19:54:27 +0000
@@ -50,7 +50,7 @@
50#50#
51# version = short X.Y version.51# version = short X.Y version.
52# release = full version, including alpha/beta/rc tags.52# release = full version, including alpha/beta/rc tags.
53version = '3.3.0'53version = '3.3.1'
54release = version54release = version
5555
56# Included while processing every rst file. Used only for working around inability56# Included while processing every rst file. Used only for working around inability
5757
=== modified file 'pom.xml'
--- pom.xml 2013-05-16 16:05:04 +0000
+++ pom.xml 2013-05-18 19:54:27 +0000
@@ -4,7 +4,7 @@
44
5 <groupId>com.akiban</groupId>5 <groupId>com.akiban</groupId>
6 <artifactId>akiban-persistit</artifactId>6 <artifactId>akiban-persistit</artifactId>
7 <version>3.3.0</version>7 <version>3.3.1-SNAPSHOT</version>
8 <packaging>jar</packaging>8 <packaging>jar</packaging>
99
10 <parent>10 <parent>

Subscribers

People subscribed via source and target branches