Skip to content

Commit f054ff3

Browse files
committed
Bump version to v1.16 in pom.xml
1 parent f64b872 commit f054ff3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.testparameterinjector</groupId>
2525
<artifactId>test-parameter-injector-parent</artifactId>
26-
<version>HEAD-SNAPSHOT</version>
26+
<version>1.16</version>
2727
</parent>
2828

2929
<artifactId>test-parameter-injector</artifactId>

junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.testparameterinjector</groupId>
2525
<artifactId>test-parameter-injector-parent</artifactId>
26-
<version>HEAD-SNAPSHOT</version>
26+
<version>1.16</version>
2727
</parent>
2828

2929
<artifactId>test-parameter-injector-junit5</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.google.testparameterinjector</groupId>
2424
<artifactId>test-parameter-injector-parent</artifactId>
25-
<version>HEAD-SNAPSHOT</version>
25+
<version>1.16</version>
2626

2727
<packaging>pom</packaging>
2828

0 commit comments

Comments
 (0)