Skip to content

Commit

Permalink
#32 dynamodb local 2015-04-27
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jun 24, 2015
1 parent 6d3dcbf commit cb03fa5
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ release:
- mvn versions:set "-DnewVersion=${tag}"
- git commit -am "${tag}"
- mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
- mvn clean site-deploy -Psite --errors --settings ../settings.xml
- mvn clean site-deploy -Psite --errors --settings ../settings.xml || echo 'site-deploy failed'
commanders:
- yegor256
- yegor256
2 changes: 1 addition & 1 deletion deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jcabi</groupId>
<artifactId>DynamoDBLocal</artifactId>
<version>2014-10-07</version>
<version>2015-04-27</version>
<packaging>zip</packaging>
<name>DynamoDB Local</name>
<description>AWS DynamoDB Local Distribution</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</distributionManagement>
<properties>
<maven.version>3.0.5</maven.version>
<dynamodb.version>2014-10-07</dynamodb.version>
<dynamodb.version>2015-04-27</dynamodb.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Integration Testing of DynamoDB
</project>
+--

This example uses version <<<2013-09-12>>>, which is the first one (and the
oldest one). Full list of currently packaged and supported versions is
{{{./versions.html}here}}.

Then, add <<<build-helper-maven-plugin>>> to reserve a random TCP port
for DynamoDB Local running instance:

Expand Down
52 changes: 52 additions & 0 deletions src/site/apt/versions.apt.vm
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
------
Supported Versions
------
Yegor Bugayenko
------
2015-06-23
------

~~
~~ #set($sign="$")
~~ Copyright (c) 2012-2015, jcabi.com
~~ All rights reserved.
~~
~~ Redistribution and use in source and binary forms, with or without
~~ modification, are permitted provided that the following conditions
~~ are met: 1) Redistributions of source code must retain the above
~~ copyright notice, this list of conditions and the following
~~ disclaimer. 2) Redistributions in binary form must reproduce the above
~~ copyright notice, this list of conditions and the following
~~ disclaimer in the documentation and/or other materials provided
~~ with the distribution. 3) Neither the name of the jcabi.com nor
~~ the names of its contributors may be used to endorse or promote
~~ products derived from this software without specific prior written
~~ permission.
~~
~~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
~~ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
~~ NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
~~ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
~~ THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
~~ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
~~ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
~~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
~~ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
~~ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
~~ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
~~ OF THE POSSIBILITY OF SUCH DAMAGE.
~~

Supported Versions of DynamoDB Local

At the moment, the following versions are packaged and supported:

* <<<2013-09-12>>>

* <<<2014-01-08>>>

* <<<2014-04-24>>>

* <<<2014-10-07>>>

Full list is {{{http:https://repo1.maven.org/maven2/com/jcabi/DynamoDBLocal/}here}}.

0 comments on commit cb03fa5

Please sign in to comment.