Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare v4 release #463

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion camel/camel-csv-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-camel-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Smooks Camel CSV to XML</name>
Expand Down
2 changes: 1 addition & 1 deletion camel/camel-dataformat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-camel-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Smooks Camel Dataformat</name>
Expand Down
2 changes: 1 addition & 1 deletion camel/camel-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-camel-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Smooks Camel Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion camel/camel-unedifact-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-camel-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Smooks Camel UNEDIFACT to String</name>
Expand Down
2 changes: 1 addition & 1 deletion camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Smooks Camel Root</name>
Expand Down
2 changes: 1 addition & 1 deletion cross-domain-solution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Cross Domain Solution</name>
Expand Down
2 changes: 1 addition & 1 deletion csv-to-java-programmatic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>CSV-to-Java-Programmatic</name>
Expand Down
2 changes: 1 addition & 1 deletion csv-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>CSV-to-Java</name>
Expand Down
2 changes: 1 addition & 1 deletion csv-to-xml-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>CSV-to-XML-2</name>
Expand Down
2 changes: 1 addition & 1 deletion csv-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>CSV-to-XML</name>
Expand Down
2 changes: 1 addition & 1 deletion csv-variable-record/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>CSV-to-XML (Variable Record)</name>
Expand Down
2 changes: 1 addition & 1 deletion dao-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>DAO Router</name>
Expand Down
2 changes: 1 addition & 1 deletion db-extract-transform-load/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>EDI-to-DB ETL</name>
Expand Down
2 changes: 1 addition & 1 deletion drools-fusion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<!--
Expand Down
2 changes: 1 addition & 1 deletion dynamic-model-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Dynamic Model Builder</name>
Expand Down
2 changes: 1 addition & 1 deletion edi-to-java-to-edi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>EDI-to-Java-to-EDI</name>
Expand Down
2 changes: 1 addition & 1 deletion edi-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>EDI-to-Java</name>
Expand Down
2 changes: 1 addition & 1 deletion edi-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>EDI-to-XML</name>
Expand Down
2 changes: 1 addition & 1 deletion edi-with-import-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>EDI-with-import-to-Java</name>
Expand Down
2 changes: 1 addition & 1 deletion edifact-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>EDIFACT to Java</name>
Expand Down
2 changes: 1 addition & 1 deletion edifact-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>
<name>EDIFACT to XML</name>
<artifactId>smooks-example-unedifact-to-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion file-router/file-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-example-file-router</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>File Router (Consumer)</name>
Expand Down
2 changes: 1 addition & 1 deletion file-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>File Router</name>
Expand Down
2 changes: 1 addition & 1 deletion file-router/splitter-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-example-file-router</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>File Router (Splitter)</name>
Expand Down
2 changes: 1 addition & 1 deletion fixed-length-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Fixed length records to Java</name>
Expand Down
2 changes: 1 addition & 1 deletion flatfile-to-xml-regex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Flat File to XML (Using Regex)</name>
Expand Down
2 changes: 1 addition & 1 deletion freemarker-huge-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>FreeMarker (Huge)</name>
Expand Down
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Groovy</name>
Expand Down
2 changes: 1 addition & 1 deletion java-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Java-Basic</name>
Expand Down
2 changes: 1 addition & 1 deletion java-to-edifact-programmatic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Java-to-EDIFACT-Programmatic</name>
Expand Down
2 changes: 1 addition & 1 deletion java-to-edifact/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Java-to-EDIFACT</name>
Expand Down
2 changes: 1 addition & 1 deletion java-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Java-to-Java</name>
Expand Down
2 changes: 1 addition & 1 deletion java-to-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Java-to-XML</name>
Expand Down
2 changes: 1 addition & 1 deletion jms-router/jms-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-example-jms-router</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>JMS Consumer</name>
Expand Down
2 changes: 1 addition & 1 deletion jms-router/jms-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-example-jms-router</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>JMS Router (Provider)</name>
Expand Down
2 changes: 1 addition & 1 deletion jms-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>JMS Router</name>
Expand Down
2 changes: 1 addition & 1 deletion jms-router/splitter-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-example-jms-router</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>JMS Splitter-Router</name>
Expand Down
2 changes: 1 addition & 1 deletion json-to-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>JSON-to-Java</name>
Expand Down
2 changes: 1 addition & 1 deletion model-driven-basic-virtual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Basic Model Driven (Virtual)</name>
Expand Down
2 changes: 1 addition & 1 deletion model-driven-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Basic Model Driven</name>
Expand Down
2 changes: 1 addition & 1 deletion osgi/blueprint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples-osgi</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Blueprint</name>
Expand Down
2 changes: 1 addition & 1 deletion osgi/peaberry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples-osgi</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Peaberry</name>
Expand Down
2 changes: 1 addition & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Smooks OSGi Root</name>
Expand Down
2 changes: 1 addition & 1 deletion osgi/service-tracker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.smooks.examples</groupId>
<artifactId>smooks-examples-osgi</artifactId>
<version>4-SNAPSHOT</version>
<version>4</version>
</parent>

<name>Service-tracker</name>
Expand Down
Loading