Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciofx committed Jul 12, 2022
1 parent df7c03b commit 04b3e54
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.57.2</version>
<version>0.58.0</version>
</parent>
<groupId>com.github.fabriciofx</groupId>
<artifactId>cactoos-jdbc</artifactId>
<version>0.3</version>
<version>0.4.0</version>
<packaging>jar</packaging>
<name>cactoos-jdbc</name>
<description>A true OO implementation of the JDBC API</description>
Expand Down Expand Up @@ -72,7 +72,7 @@
scm:git:[email protected]:fabriciofx/cactoos-jdbc.git
</developerConnection>
<url>https://github.com/fabriciofx/cactoos-jdbc</url>
<tag>cactoos-jdbc-0.2</tag>
<tag>cactoos-jdbc-0.4.0</tag>
</scm>
<ciManagement>
<system>rultor</system>
Expand Down Expand Up @@ -108,14 +108,22 @@
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<propertiesEncoding>UTF-8</propertiesEncoding>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<version>0.50</version>
<version>0.50.1</version>
</dependency>
<dependency>
<groupId>org.llorllale</groupId>
Expand All @@ -126,7 +134,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.212</version>
<version>2.1.214</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -138,7 +146,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.5</version>
<version>42.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -194,7 +202,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -206,6 +214,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.0-RC1</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -220,7 +229,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.2</version>
<version>1.17.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 04b3e54

Please sign in to comment.