Skip to content

Commit

Permalink
chore: prepare v2.0.1 release (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 12, 2024
1 parent 48e67bc commit 50f556e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cartridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-pom</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion perfcomp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>smooks-javabean-pom</artifactId>
<groupId>org.smooks.cartridges</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

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

<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-pom</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>Smooks JavaBean Cartridge</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
<smooks.version>2.1.0-SNAPSHOT</smooks.version>
<smooks.version>2.1.0</smooks.version>
<maven.javadoc.plugin.version>3.11.1</maven.javadoc.plugin.version>
</properties>

Expand Down

0 comments on commit 50f556e

Please sign in to comment.