Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit f95ea49

Browse files
committed
link to most recent
1 parent 0b7f11a commit f95ea49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3-p286

Diff for: _posts/0900-1-1-getting_jdbi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ To make use of JDBI in an [Apache Maven](http://maven.apache.org/) based project
1212
<dependency>
1313
<groupId>org.jdbi</groupId>
1414
<artifactId>jdbi</artifactId>
15-
<version>2.17</version>
15+
<version>${jdbi.version}</version>
1616
</dependency>
1717
{% endhighlight %}
1818

19-
Correct the &lt;version&gt; element to include the version of JDBI you write. The 2.17 version happens to be the most recent version at the time I am writing this documentation.
19+
You can find the most recent version of JDBI in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jdbi%22).
2020

2121
# Download Jar
2222
The JDBI release jar files are available from [Maven Central](http://search.maven.org/#browse%7C1912065227).

0 commit comments

Comments
 (0)