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
actions-user committed Feb 18, 2024
1 parent 0b895de commit ca1da9e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fluxtion.csv-compiler</groupId>
<artifactId>csv-compiler-parentpom</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<relativePath>../parent-pom/pom.xml</relativePath>
</parent>

<artifactId>csv-compiler-processor</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<name>csv-compiler :: annotation processor</name>

<description>Build time annotation processor for generating CSV parsers</description>
Expand Down
2 changes: 1 addition & 1 deletion checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fluxtion.csv-compiler</groupId>
<artifactId>csv-compiler-parentpom</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<relativePath>../parent-pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fluxtion.csv-compiler</groupId>
<artifactId>csv-compiler-parentpom</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<relativePath>../parent-pom/pom.xml</relativePath>
</parent>

<artifactId>csv-compiler-example</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<name>csv-compiler :: example</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.fluxtion.csv-compiler</groupId>
<artifactId>csv-compiler-parentpom</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<packaging>pom</packaging>
<name>csv-compiler :: parent pom</name>

Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/gregv12/csv-compiler.git</connection>
<developerConnection>scm:git:https://github.com/gregv12/csv-compiler.git</developerConnection>
<url>https://github.com/gregv12/csv-compiler</url>
<tag>csv-compiler-master-0.1.19</tag>
<tag>HEAD</tag>
</scm>

<build>
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 @@

<groupId>com.fluxtion.extension</groupId>
<artifactId>csv-compiler-master</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<packaging>pom</packaging>
<name>csv-compiler :: master</name>

Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:git:https://github.com/gregv12/csv-compiler.git</connection>
<developerConnection>scm:git:https://github.com/gregv12/csv-compiler.git</developerConnection>
<url>https://github.com/gregv12/csv-compiler</url>
<tag>csv-compiler-master-0.1.19</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.fluxtion.csv-compiler</groupId>
<artifactId>csv-compiler-parentpom</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<relativePath>../parent-pom/pom.xml</relativePath>
</parent>

<artifactId>csv-compiler</artifactId>
<version>0.1.19</version>
<version>0.1.20-SNAPSHOT</version>
<name>csv-compiler :: runtime</name>

<description>Runtime library required to use generated CSV parsers</description>
Expand Down

0 comments on commit ca1da9e

Please sign in to comment.