Skip to content

Commit

Permalink
Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Dec 3, 2023
1 parent e4b17b0 commit b55f228
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gwt-time-emul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.dominokit</groupId>
<artifactId>gwt-validation-api-parent</artifactId>
<version>1.0.2</version>
<version>HEAD-SNAPSHOT</version>
</parent>

<artifactId>gwt-time-emul</artifactId>
<version>1.0.2</version>
<version>HEAD-SNAPSHOT</version>

<packaging>gwt-lib</packaging>
<name>GWT Time emul classes</name>
Expand Down
4 changes: 2 additions & 2 deletions gwt-validation-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.dominokit</groupId>
<artifactId>gwt-validation-api-parent</artifactId>
<version>1.0.2</version>
<version>HEAD-SNAPSHOT</version>
</parent>

<artifactId>gwt-validation-api</artifactId>
<version>1.0.2</version>
<version>HEAD-SNAPSHOT</version>

<packaging>gwt-lib</packaging>
<name>gwt-validation-api</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.dominokit</groupId>
<artifactId>gwt-validation-api-parent</artifactId>
<version>1.0.2</version>
<version>HEAD-SNAPSHOT</version>

<packaging>pom</packaging>
<name>gwt-validation-api-parent</name>
Expand Down Expand Up @@ -68,7 +68,7 @@

<properties>
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
<next.release.version>1.0.2</next.release.version>
<next.release.version>1.0.3</next.release.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit b55f228

Please sign in to comment.