Skip to content

Commit

Permalink
release version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
antkorwin committed Apr 16, 2019
1 parent 72e1b86 commit 9499a5f
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You need to add the next dependency:
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-jpa</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
----

Expand Down Expand Up @@ -74,7 +74,7 @@ in your integration test, you can use PostgresTcExtension.
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-postgres</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
----

Expand Down Expand Up @@ -151,7 +151,7 @@ in the configuration to use this datasource in tests.
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-mysql</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
----

Expand Down Expand Up @@ -196,7 +196,7 @@ and configure SpringBoot properties to work with this container.
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-rabbitmq</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
----

Expand Down Expand Up @@ -308,7 +308,7 @@ You need to use the next dependency:
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-activemq</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
----

Expand Down Expand Up @@ -401,7 +401,7 @@ web server with a mocked external controller and send HTTP requests to this serv
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-web</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>

<name>spring-boot-extensions-parent</name>
Expand Down
6 changes: 3 additions & 3 deletions spring-test-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-activemq</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-activemq</name>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<!-- CORE -->

Expand Down
4 changes: 2 additions & 2 deletions spring-test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-core</name>
Expand Down
6 changes: 3 additions & 3 deletions spring-test-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-jpa</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-jpa</name>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<!-- CORE -->

Expand Down
6 changes: 3 additions & 3 deletions spring-test-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-mysql</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-mysql</name>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-jpa</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>

<!-- TestContainers -->
Expand Down
6 changes: 3 additions & 3 deletions spring-test-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-postgres</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-postgres</name>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-jpa</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>

<!-- TestContainers -->
Expand Down
6 changes: 3 additions & 3 deletions spring-test-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-rabbitmq</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-rabbitmq</name>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<!-- import DataSets -->

Expand Down
6 changes: 3 additions & 3 deletions spring-test-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-boot-extensions-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>spring-test-web</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>spring-test-web</name>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.jupiter-tools</groupId>
<artifactId>spring-test-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</dependency>
<!-- CORE -->
<dependency>
Expand Down

0 comments on commit 9499a5f

Please sign in to comment.