Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebge2 committed Mar 12, 2022
1 parent 4ebaf0a commit 35ad52b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion front/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.sgerard.tools</groupId>
<artifactId>i18n-tool-parent</artifactId>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
</parent>
<artifactId>i18n-tool-front</artifactId>
<name>i18n-tool-front</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>be.sgerard.tools</groupId>
<artifactId>i18n-tool-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
<name>i18n-tool-parent</name>
<description>Parent pom for the internationalization tool.</description>

Expand All @@ -23,7 +23,7 @@
<url>https://github.com/sebge2/i18n-tool</url>
<connection>scm:git:git://github.com/sebge2/i18n-tool.git</connection>
<developerConnection>scm:git:git@github.com:sebge2/i18n-tool.git</developerConnection>
<tag>0.0.10</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>be.sgerard.tools</groupId>
<artifactId>i18n-tool-server</artifactId>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>be.sgerard.tools</groupId>
<artifactId>i18n-tool-front</artifactId>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.sgerard.tools</groupId>
<artifactId>i18n-tool-parent</artifactId>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
</parent>
<artifactId>i18n-tool-server</artifactId>
<name>i18n-tool-server</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>be.sgerard.tools</groupId>
<artifactId>i18n-tool-front</artifactId>
<version>0.0.10</version>
<version>0.0.11-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 35ad52b

Please sign in to comment.