Skip to content

Commit

Permalink
Update for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Apr 29, 2015
1 parent cb967d1 commit 84a003c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ The init function must be a public static method which takes a `java.sql.Connect
## Maven dependency

<dependency>
<groupId>org.rnorth</groupId>
<artifactId>test-containers</artifactId>
<version>0.9</version>
</dependency>

This project is hosted in bintray. To use it, add the following repository to your POM:

Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.rnorth</groupId>
Expand Down Expand Up @@ -111,7 +109,7 @@
<connection>scm:git:https://github.com/rnorth/test-containers.git</connection>
<developerConnection>scm:git:git@github.com:rnorth/test-containers.git</developerConnection>
<url>https://github.com/rnorth/test-containers</url>
<tag>HEAD</tag>
<tag>test-containers-0.9</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 84a003c

Please sign in to comment.