Skip to content

Commit 9c2bd80

Browse files
authored
Merge pull request #102 from aguibert/versionUpdate-042
Update to version 0.4.3-SNAPSHOT
2 parents 9395fa3 + 13db2ad commit 9c2bd80

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A clear and concise description of what you expected to happen.
1919
**System information:**
2020
- OS: [e.g. Linux, Windows, Mac]
2121
- Java Version: [e.g. 8, 11]
22-
- MicroShed Testing Version: [e.g. 0.4.1]
22+
- MicroShed Testing Version: [e.g. 0.4.2]
2323

2424
**Additional context**
2525
Add any other context about the problem here.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add `microshed-testing-testcontainers` and `junit-jupiter` as test-scoped depend
2727
<dependency>
2828
<groupId>org.microshed</groupId>
2929
<artifactId>microshed-testing-testcontainers</artifactId>
30-
<version>0.4.1</version>
30+
<version>0.4.2</version>
3131
<scope>test</scope>
3232
</dependency>
3333

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
// to check for updates run: ./gradlew dependencyUpdates -Drevision=release
33
id 'com.github.ben-manes.versions' version '0.27.0'
44
}
5-
ext.currentVersion = '0.4.2-SNAPSHOT'
5+
ext.currentVersion = '0.4.3-SNAPSHOT'
66
ext.lastRelease = '0.4.1'
77

88
subprojects {

docs/features/00_Walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Given the above application code, we can start by adding maven dependencies:
6060
<dependency>
6161
<groupId>org.microshed</groupId>
6262
<artifactId>microshed-testing-testcontainers</artifactId>
63-
<version>0.4.1</version>
63+
<version>0.4.2</version>
6464
<scope>test</scope>
6565
</dependency>
6666

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To get started writing a test with MicroShed Testing, add `system-test` and `jun
120120
<dependency>
121121
<groupId>org.microshed</groupId>
122122
<artifactId>microshed-testing-testcontainers</artifactId>
123-
<version>0.4.1</version>
123+
<version>0.4.2</version>
124124
<scope>test</scope>
125125
</dependency>
126126

sample-apps/maven-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.microshed</groupId>
3636
<artifactId>microshed-testing-testcontainers</artifactId>
37-
<version>0.4.2-SNAPSHOT</version>
37+
<version>0.4.3-SNAPSHOT</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)