Skip to content

Commit

Permalink
Change master to be for 1.1.0, update slf4j/logback deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 9, 2014
1 parent f13ce56 commit 4dc556e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-parent</artifactId>
<name>StoreMate-parent</name>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent pom for shared settings for project sub-modules
</description>
Expand Down Expand Up @@ -54,7 +54,7 @@
<version.bdb>5.0.73</version.bdb>
<!-- 0.7 released in Feb 2014, latest currently -->
<version.leveldb>0.7</version.leveldb>
<version.lzf>1.0.0</version.lzf>
<version.lzf>1.0.1</version.lzf>
<version.membuffers>1.0.0</version.membuffers>

</properties>
Expand Down Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<version>1.1.2</version>
</dependency>
<!-- other config -->
<dependency>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>

<!-- misc -->
Expand Down
2 changes: 1 addition & 1 deletion storemate-backend-bdb-je/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>storemate-backend-bdb-je</artifactId>
<name>StoreMate-backend-BDB-JE</name>
Expand Down
2 changes: 1 addition & 1 deletion storemate-backend-leveldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>storemate-backend-leveldb</artifactId>
<name>StoreMate-backend-leveldb</name>
Expand Down
2 changes: 1 addition & 1 deletion storemate-backend-lmdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-parent</artifactId>
<version>0.9.8-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>storemate-backend-lmdb</artifactId>
<name>StoreMate-backend-lmdb</name>
Expand Down
2 changes: 1 addition & 1 deletion storemate-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>storemate-shared</artifactId>
<name>StoreMate-shared</name>
Expand Down
2 changes: 1 addition & 1 deletion storemate-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>storemate-store</artifactId>
<name>StoreMate-store</name>
Expand Down

0 comments on commit 4dc556e

Please sign in to comment.