Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 1

Commit cb77382

Browse files
github-actions[bot]cjmamo
andauthoredJan 31, 2025
chore: prepare v2.0.3 release (#161)
* chore: prepare v2.0.3 release * docs: prepare for release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: cjmamo <823038+cjmamo@users.noreply.github.com>
1 parent 051ee32 commit cb77382

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ smooks.setReaderConfig(new JSONReaderConfigurator()
8484
<dependency>
8585
<groupId>org.smooks.cartridges</groupId>
8686
<artifactId>smooks-json-cartridge</artifactId>
87-
<version>2.0.2</version>
87+
<version>2.0.3</version>
8888
</dependency>
8989
----
9090

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.smooks.cartridges</groupId>
77
<artifactId>smooks-json-cartridge</artifactId>
8-
<version>2.0.3-SNAPSHOT</version>
8+
<version>2.0.3</version>
99

1010
<name>Smooks JSON Cartridge</name>
1111
<url>https://www.smooks.org</url>
@@ -39,7 +39,7 @@
3939
<properties>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<gpg.skip>true</gpg.skip>
42-
<smooks.version>2.2.1-SNAPSHOT</smooks.version>
42+
<smooks.version>2.2.1</smooks.version>
4343
</properties>
4444

4545
<dependencies>

0 commit comments

Comments
 (0)
Please sign in to comment.