Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.0.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
sigpwned committed Sep 13, 2024
1 parent 67fb85d commit d8c0bec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b3-SNAPSHOT</version>
<version>0.0.0-b3</version>
<name>tabular4j</name>
<inceptionYear>2022</inceptionYear>
<description>Spreadsheet Processing Library for Java 11+</description>
Expand All @@ -21,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>HEAD</tag>
<tag>v0.0.0-b3</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-SNAPSHOT</version>
<version>0.0.0-b3</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-SNAPSHOT</version>
<version>0.0.0-b3</version>
</dependency>
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j-csv</artifactId>
<version>0.0.0-b3-SNAPSHOT</version>
<version>0.0.0-b3</version>
</dependency>
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j-excel</artifactId>
<version>0.0.0-b3-SNAPSHOT</version>
<version>0.0.0-b3</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-SNAPSHOT</version>
<version>0.0.0-b3</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-SNAPSHOT</version>
<version>0.0.0-b3</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-SNAPSHOT</version>
<version>0.0.0-b3</version>
</parent>

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

0 comments on commit d8c0bec

Please # to comment.