Skip to content

Commit

Permalink
Bump version to 1.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 31, 2023
1 parent 58faa3b commit ff1284e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.kohlschutter.stringhold</groupId>
<artifactId>stringhold</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>com.kohlschutter</groupId>
Expand Down
6 changes: 3 additions & 3 deletions stringhold-codecoverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kohlschutter.stringhold</groupId>
<artifactId>stringhold</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>stringhold-codecoverage</name>
Expand Down Expand Up @@ -59,13 +59,13 @@
<dependency>
<groupId>com.kohlschutter.stringhold</groupId>
<artifactId>stringhold-common</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.kohlschutter.stringhold</groupId>
<artifactId>stringhold-liqp</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion stringhold-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kohlschutter.stringhold</groupId>
<artifactId>stringhold</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion stringhold-liqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.kohlschutter.stringhold</groupId>
<artifactId>stringhold</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down

0 comments on commit ff1284e

Please sign in to comment.