Skip to content

Commit acd6065

Browse files
committed
Prepare for release 1.0.0
1 parent 698562c commit acd6065

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ many contributions from the community.
33

44
Below follows a list of people, who contributed their code.
55

6-
Alexey Kuzin, Vladimir Rogach
6+
Alexey Kuzin, Vladimir Rogach, Artyom Dubinin, Ivan Dneprov, Oleg Kuznetsov, Dmitry Kasimovskiy
77

88
NOTE: If you can commit a change to this list, please do not hesitate
99
to add your name to it.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.0.0] - 2023-06-16
46
- Fix problem if topology isn't applied correctly
57
- Bump testcontainers to 1.18.0
68
- Move rocks building in build phase

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the Maven dependency:
1414
<dependency>
1515
<groupId>io.tarantool</groupId>
1616
<artifactId>testcontainers-java-tarantool</artifactId>
17-
<version>0.5.4</version>
17+
<version>1.0.0</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242

4343
<issueManagement>
4444
<system>GitHub</system>
45-
<url>https://github.com/tarantool/cartridge-java-testcontainers/issues/</url>
45+
<url>https://github.com/tarantool/testcontainers-java-tarantool/issues/</url>
4646
</issueManagement>
4747

4848
<scm>
49-
<connection>scm:git:git@github.com:tarantool/cartridge-java-testcontainers.git</connection>
50-
<developerConnection>scm:git:git@github.com:tarantool/cartridge-java-testcontainers.git</developerConnection>
51-
<url>http://github.com/tarantool/cartridge-java-testcontainers/tree/master</url>
49+
<connection>scm:git:git@github.com:tarantool/testcontainers-java-tarantool.git</connection>
50+
<developerConnection>scm:git:git@github.com:tarantool/testcontainers-java-tarantool.git</developerConnection>
51+
<url>http://github.com/tarantool/testcontainers-java-tarantool/tree/master</url>
5252
<tag>v0.5.4</tag>
5353
</scm>
5454

0 commit comments

Comments
 (0)