Yuta HIGUCHI
Committed by Gerrit Code Review

Bump MapDB version to final 1.x release version.

http://www.mapdb.org/changelog-archive/

Change-Id: I6d55f4090539b69dd24b1aa7cb822e0d1bd8873f
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 <dependency> 44 <dependency>
45 <groupId>org.mapdb</groupId> 45 <groupId>org.mapdb</groupId>
46 <artifactId>mapdb</artifactId> 46 <artifactId>mapdb</artifactId>
47 - <version>1.0.8</version> 47 + <version>1.0.9</version>
48 </dependency> 48 </dependency>
49 </dependencies> 49 </dependencies>
50 50
......
1 -# ***** This file was auto-generated at Wed Jun 29 17:18:00 PDT 2016. Do not edit this file manually. ***** 1 +# ***** This file was auto-generated at Sat Jul 02 01:31:59 PDT 2016. Do not edit this file manually. *****
2 osgi_feature_group( 2 osgi_feature_group(
3 name = 'COMPILE', 3 name = 'COMPILE',
4 visibility = ['PUBLIC'], 4 visibility = ['PUBLIC'],
...@@ -637,10 +637,10 @@ remote_jar ( ...@@ -637,10 +637,10 @@ remote_jar (
637 637
638 remote_jar ( 638 remote_jar (
639 name = 'mapdb', 639 name = 'mapdb',
640 - out = 'mapdb-1.0.8.jar', 640 + out = 'mapdb-1.0.9.jar',
641 - url = 'mvn:org.mapdb:mapdb:jar:1.0.8', 641 + url = 'mvn:org.mapdb:mapdb:jar:1.0.9',
642 - sha1 = '64485a221d9095fc7ab9b50cc34c6b4b58467e2e', 642 + sha1 = 'f8df5e15778eb3e88c03b77aca70c318c6b7c9d0',
643 - maven_coords = 'org.mapdb:mapdb:1.0.8', 643 + maven_coords = 'org.mapdb:mapdb:1.0.9',
644 visibility = [ 'PUBLIC' ], 644 visibility = [ 'PUBLIC' ],
645 ) 645 )
646 646
......
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
142 "jsr305": "mvn:com.google.code.findbugs:jsr305:3.0.1", 142 "jsr305": "mvn:com.google.code.findbugs:jsr305:3.0.1",
143 "junit": "mvn:junit:junit:4.12", 143 "junit": "mvn:junit:junit:4.12",
144 "kryo": "mvn:com.esotericsoftware:kryo:3.0.3", 144 "kryo": "mvn:com.esotericsoftware:kryo:3.0.3",
145 - "mapdb": "mvn:org.mapdb:mapdb:1.0.8", 145 + "mapdb": "mvn:org.mapdb:mapdb:1.0.9",
146 "metrics-core": "mvn:io.dropwizard.metrics:metrics-core:3.1.0", 146 "metrics-core": "mvn:io.dropwizard.metrics:metrics-core:3.1.0",
147 "metrics-ganglia": "mvn:io.dropwizard.metrics:metrics-ganglia:3.1.2", 147 "metrics-ganglia": "mvn:io.dropwizard.metrics:metrics-ganglia:3.1.2",
148 "metrics-graphite": "mvn:io.dropwizard.metrics:metrics-graphite:3.1.2", 148 "metrics-graphite": "mvn:io.dropwizard.metrics:metrics-graphite:3.1.2",
......