Skip to content

Commit

Permalink
Merge pull request #41 from andrew890/main
Browse files Browse the repository at this point in the history
Update EasySMF-JE and EasySMF:RTI versions
  • Loading branch information
andrew890 authored Apr 30, 2024
2 parents 5c5412a + 2fb935a commit fd6620c
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dcollect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dcollect2json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion easysmf-rti/rti-http-binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.blackhillsoftware</groupId>
<artifactId>easysmf-rti</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions easysmf-rti/rti-http-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware</groupId>
<artifactId>easysmf-rti</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion easysmf-rti/rti-http-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions easysmf-rti/rti-notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware</groupId>
<artifactId>easysmf-rti</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
<dependency>
<groupId>com.twilio.sdk</groupId>
Expand Down
4 changes: 2 additions & 2 deletions easysmf-rti/rti-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware</groupId>
<artifactId>easysmf-rti</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions easysmf-rti/rti-smt-switch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware</groupId>
<artifactId>easysmf-rti</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
</dependency>
<!-- JZOS dependency commented out, uncomment if using JZOS functions and Maven build:
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion easysmf-skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion sample-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion smf-de-dup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion smf-report-dups/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion smf2json-skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion smf2json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tutorial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion videos/query-cics-transactions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.blackhillsoftware.smf</groupId>
<artifactId>easysmf-je</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.blackhillsoftware.json</groupId>
Expand Down

0 comments on commit fd6620c

Please sign in to comment.