Skip to content

Commit

Permalink
- Bump jt400 to 20.0.8
Browse files Browse the repository at this point in the history
- Bump mssql to 12.8.1
  • Loading branch information
jwoehr committed Dec 17, 2024
1 parent 29ac5cb commit 60cf29c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
MakeVer.class
.classpath
.project
.settings/
.settings/
.vscode/settings.json
6 changes: 6 additions & 0 deletions CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ CHANGES.TXT for Ublu Midrange and Mainframe Life Cycle Extension Language
Copyright (c) 2019, 2022, 2024 Jack J. Woehr [email protected] http://www.softwoehr.com
All rights reserved. Open Source, see LICENSE

2.0.4 2024-12-24
----------------
* Libraries
* Bump jt400 to 20.0.8
* Bump mssql to 12.8.1

2.0.3 2024-10-23
---------
* Libraries
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.jwoehr</groupId>
<artifactId>ublu</artifactId>
<version>2.0.3-dev</version>
<version>2.0.4</version>
<name>Ublu</name>
<description>Ublu Midrange and Mainframe Life Cycle Extension Language</description>
<url>https://github.com/jwoehr/ublu</url>
Expand Down Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>net.sf.jt400</groupId>
<artifactId>jt400</artifactId>
<version>20.0.7</version>
<version>20.0.8</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
Expand All @@ -283,7 +283,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.8.0.jre8</version>
<version>12.8.1.jre8</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/ublu/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ublu;
class Version {
static String compileDateTime = "2024-10-18 15:43:38 (GMT)";
static String ubluVersion = "2.0.3-dev";
static String compileDateTime = "2024-12-17 18:25:03 (GMT)";
static String ubluVersion = "2.0.4";
}

0 comments on commit 60cf29c

Please sign in to comment.