Skip to content

Commit

Permalink
chore: prepare for release (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Jun 24, 2023
1 parent 3b6ad6b commit b8012fc
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-routing-cartridge</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<packaging>bundle</packaging>

<name>Smooks Routing Cartridge</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
<smooks.version>2.0.0-RC2-SNAPSHOT</smooks.version>
<smooks.version>2.0.0-RC2</smooks.version>
</properties>

<build>
Expand Down Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-templating-cartridge</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -264,7 +264,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit b8012fc

Please sign in to comment.