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 Nov 27, 2023
1 parent 00324fe commit 9e1976d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion domino-aggregator-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>domino-aggregator</artifactId>
<groupId>org.dominokit</groupId>
<version>1.0.3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion domino-aggregator-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>domino-aggregator</artifactId>
<groupId>org.dominokit</groupId>
<version>1.0.3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<packaging>gwt-lib</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion domino-aggregator-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>domino-aggregator</artifactId>
<groupId>org.dominokit</groupId>
<version>1.0.3</version>
<version>HEAD-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dominokit</groupId>
<artifactId>domino-aggregator</artifactId>
<version>1.0.3</version>
<version>HEAD-SNAPSHOT</version>
<modules>
<module>domino-aggregator-shared</module>
<module>domino-aggregator-apt</module>
Expand Down Expand Up @@ -62,7 +62,7 @@

<properties>
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
<next.release.version>1.0.3</next.release.version>
<next.release.version>1.0.4</next.release.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9e1976d

Please sign in to comment.