Merge lp:~akiban-technologies/akiban-persistit/3.1.5-update into lp:akiban-persistit

Proposed by Nathan Williams
Status: Merged
Approved by: Peter Beaman
Approved revision: 349
Merged at revision: 348
Proposed branch: lp:~akiban-technologies/akiban-persistit/3.1.5-update
Merge into: lp:akiban-persistit
Diff against target: 55 lines (+5/-5)
3 files modified
README.rst (+3/-3)
doc/conf.py (+1/-1)
pom.xml (+1/-1)
To merge this branch: bzr merge lp:~akiban-technologies/akiban-persistit/3.1.5-update
Reviewer Review Type Date Requested Status
Peter Beaman Approve
Review via email: mp+118013@code.launchpad.net

Description of the change

Bump version to 3.1.5 after release.

Includes two small typo fixes in the README file.

To post a comment you must log in.
Revision history for this message
Peter Beaman (pbeaman) wrote :

Thanks.

Revision history for this message
Peter Beaman (pbeaman) :
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 2012-08-02 21:23:37 +0000
+++ README.rst 2012-08-02 23:15:23 +0000
@@ -40,7 +40,7 @@
40Building and Running the Examples40Building and Running the Examples
41---------------------------------41---------------------------------
4242
43Small examples are located in the ``examples`` directory. Each has a short README file describing the example, and an Ant build script (http://ant.apache.org). After building the main akiban-persisit jar file using Maven, you may run::43Small examples are located in the ``examples`` directory. Each has a short README file describing the example, and an Ant build script (http://ant.apache.org). After building the main akiban-persistit jar file using Maven, you may run::
4444
45 ant run45 ant run
4646
@@ -50,7 +50,7 @@
50Download and Install Akiban Persistit From Binaries50Download and Install Akiban Persistit From Binaries
51---------------------------------------------------51---------------------------------------------------
5252
53Pre-built jars can be downloaded directlry from http://akiban.com/akiban-persistit.53Pre-built jars can be downloaded directly from http://akiban.com/akiban-persistit.
5454
55Unpack the distribution kit into a convenient directory using the appropriate utility (e.g. unzip or tar).55Unpack the distribution kit into a convenient directory using the appropriate utility (e.g. unzip or tar).
5656
@@ -59,6 +59,6 @@
59Working With Persistit59Working With Persistit
60----------------------60----------------------
6161
62Add the ``akiban-persistit-3.1.4.jar`` file, 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.1.5.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 2012-06-15 16:29:28 +0000
+++ doc/conf.py 2012-08-02 23:15:23 +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.1.1'53version = '3.1.5'
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 2012-08-02 14:19:26 +0000
+++ pom.xml 2012-08-02 23:15:23 +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.1.4-SNAPSHOT</version>7 <version>3.1.5-SNAPSHOT</version>
8 <packaging>jar</packaging>8 <packaging>jar</packaging>
99
10 <name>akiban-persistit</name>10 <name>akiban-persistit</name>

Subscribers

People subscribed via source and target branches

to all changes: