Skip to content

Commit

Permalink
[maven-release-plugin] prepare release testcontainers-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Feb 27, 2016
1 parent d46da34 commit 1961e27
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/nginx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/oracle-xe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
110 changes: 55 additions & 55 deletions modules/virtuoso/pom.xml
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
<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>

<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>virtuoso</artifactId>
<name>TestContainers :: JDBC :: Virtuoso</name>

<repositories>
<repository>
<id>ldstack</id>
<url>http://mvn.linkeddata.org/content/groups/linkeddata.org/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>testcontainers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jdbc</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Database driver for testing -->
<dependency>
<groupId>virtuoso</groupId>
<artifactId>jdbc-driver</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>

<!-- Database connection pool for testing -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<version>2.3.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
</dependencies>

<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>

<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>virtuoso</artifactId>
<name>TestContainers :: JDBC :: Virtuoso</name>

<repositories>
<repository>
<id>ldstack</id>
<url>http://mvn.linkeddata.org/content/groups/linkeddata.org/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>testcontainers</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jdbc</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Database driver for testing -->
<dependency>
<groupId>virtuoso</groupId>
<artifactId>jdbc-driver</artifactId>
<version>4.0</version>
<scope>test</scope>
</dependency>

<!-- Database connection pool for testing -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<version>2.3.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-parent</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -167,7 +167,7 @@
<connection>scm:git:https://github.com/testcontainers/testcontainers-java.git</connection>
<developerConnection>scm:git:git@github.com:testcontainers/testcontainers-java.git</developerConnection>
<url>https://github.com/testcontainers/testcontainers-java</url>
<tag>HEAD</tag>
<tag>testcontainers-1.0.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 1961e27

Please sign in to comment.