Skip to content

Commit

Permalink
chore: prepare release (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Feb 20, 2022
1 parent f1099b0 commit 6f7a65f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ This can happen and is most likely going to be a result of your stylesheet conta
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-templating-cartridge</artifactId>
<version>2.0.0-M3</version>
<version>2.0.0-RC1</version>
</dependency>
----
// end::smooks-templating-cartridge[]
Expand Down
6 changes: 3 additions & 3 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-templating-cartridge</artifactId>
<version>2.0.0-RC1-SNAPSHOT</version>
<version>2.0.0-RC1</version>

<name>Smooks Templating Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>org.smooks</groupId>
<artifactId>smooks-core</artifactId>
<version>2.0.0-RC1-SNAPSHOT</version>
<version>2.0.0-RC1</version>
</dependency>
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-RC1-SNAPSHOT</version>
<version>2.0.0-RC1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6f7a65f

Please sign in to comment.