Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Rogach committed Mar 24, 2022
1 parent ba984fc commit 0f869db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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>io.tarantool</groupId>
<artifactId>testcontainers-java-tarantool</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>0.4.7</version>

<name>TestContainers for Tarantool</name>
<description>Dockerized Tarantool and Tarantool Cartridge containers for testing under Testcontainers.</description>
Expand Down Expand Up @@ -43,7 +42,7 @@
<connection>scm:git:[email protected]:tarantool/cartridge-java-testcontainers.git</connection>
<developerConnection>scm:git:[email protected]:tarantool/cartridge-java-testcontainers.git</developerConnection>
<url>http://github.com/tarantool/cartridge-java-testcontainers/tree/master</url>
<tag>v0.4.6</tag>
<tag>v0.4.7</tag>
</scm>

<properties>
Expand Down

0 comments on commit 0f869db

Please sign in to comment.