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
sigpwned committed Sep 13, 2024
1 parent d8c0bec commit 9f1ec64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
<name>tabular4j</name>
<inceptionYear>2022</inceptionYear>
<description>Spreadsheet Processing Library for Java 11+</description>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:ssh://git@github.com/sigpwned/tabular4j.git</connection>
<developerConnection>scm:git:ssh://git@github.com/sigpwned/tabular4j.git</developerConnection>
<url>https://github.com/sigpwned/tabular4j/tree/main</url>
<tag>v0.0.0-b3</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down
8 changes: 4 additions & 4 deletions tabular4j-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</parent>
<artifactId>tabular4j-bom</artifactId>
<name>tabular4j-bom</name>
Expand All @@ -13,17 +13,17 @@
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j-core</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j-csv</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j-excel</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion tabular4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</parent>

<artifactId>tabular4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tabular4j-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</parent>

<artifactId>tabular4j-csv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tabular4j-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b3</version>
<version>0.0.0-b4-SNAPSHOT</version>
</parent>

<artifactId>tabular4j-excel</artifactId>
Expand Down

0 comments on commit 9f1ec64

Please # to comment.