Skip to content

Commit

Permalink
chore: prepare release (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Apr 18, 2024
1 parent 51c52ed commit d8d5a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ In this case, we route the result of a FreeMarker templating operation to the JM
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-routing-cartridge</artifactId>
<version>2.0.0-RC3</version>
<version>2.0.0-RC4</version>
</dependency>
----

Expand Down
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-SNAPSHOT</version>
<version>2.0.0-RC4</version>

<name>Smooks Routing Cartridge</name>
<url>https://www.smooks.org</url>
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.0.0-SNAPSHOT</smooks.version>
<smooks.version>2.0.0-RC4</smooks.version>
</properties>

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

Expand Down

0 comments on commit d8d5a2d

Please sign in to comment.