Skip to content

Commit ef13a87

Browse files
committed
Version bump
1 parent 57df721 commit ef13a87

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Available from Maven Central
2424
<dependency>
2525
<groupId>uk.org.webcompere</groupId>
2626
<artifactId>test-gadgets-core</artifactId>
27-
<version>1.0.0</version>
27+
<version>1.0.1</version>
2828
</dependency>
2929
```
3030

@@ -34,7 +34,7 @@ Available from Maven Central
3434
<dependency>
3535
<groupId>uk.org.webcompere</groupId>
3636
<artifactId>test-gadgets-junit4</artifactId>
37-
<version>1.0.0</version>
37+
<version>1.0.1</version>
3838
</dependency>
3939
```
4040

@@ -44,7 +44,7 @@ Available from Maven Central
4444
<dependency>
4545
<groupId>uk.org.webcompere</groupId>
4646
<artifactId>test-gadgets-jupiter</artifactId>
47-
<version>1.0.0</version>
47+
<version>1.0.1</version>
4848
</dependency>
4949
```
5050

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>uk.org.webcompere</groupId>
66
<artifactId>test-gadgets-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Test Gadgets Parent</name>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>uk.org.webcompere</groupId>
5959
<artifactId>test-gadgets-core</artifactId>
60-
<version>1.0.0</version>
60+
<version>1.0.1</version>
6161
</dependency>
6262

6363
<dependency>

test-gadgets-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>test-gadgets-parent</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<artifactId>test-gadgets-core</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Test Gadgets Core</name>

test-gadgets-junit4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>test-gadgets-parent</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<artifactId>test-gadgets-junit4</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Test Gadgets JUnit4</name>

test-gadgets-jupiter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>uk.org.webcompere</groupId>
77
<artifactId>test-gadgets-parent</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<artifactId>test-gadgets-jupiter</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Test Gadgets Jupiter</name>

0 commit comments

Comments
 (0)