Skip to content

Commit

Permalink
chore: prepare v2.0.1 release (#120)
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 2eed855 commit a287888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-validation-cartridge</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>

<name>Smooks Validation Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -190,18 +190,18 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-rules-cartridge</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.smooks</groupId>
<artifactId>smooks-test-kit</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a287888

Please sign in to comment.