Skip to content

Commit

Permalink
chore: prepare release (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Mar 26, 2021
1 parent 44042d8 commit 73e3179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-persistence-cartridge</artifactId>
<version>2.0.0-M3-SNAPSHOT</version>
<version>2.0.0-M3</version>
<packaging>bundle</packaging>

<name>Smooks Persistence Cartridge</name>
Expand Down Expand Up @@ -192,15 +192,15 @@
<dependency>
<groupId>org.smooks</groupId>
<artifactId>smooks-scribe-core</artifactId>
<version>2.0.0-M3-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>

<!-- Smooks Libs -->

<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-M3-SNAPSHOT</version>
<version>2.0.0-M3</version>
</dependency>
<!-- ORM Libs -->

Expand Down

0 comments on commit 73e3179

Please sign in to comment.