From 3284cf7e8f3a839e7f49e6e4831a3b54198b3cde Mon Sep 17 00:00:00 2001 From: John Jetmore Date: Mon, 2 Dec 2024 14:26:18 -0500 Subject: [PATCH 1/2] Update copyright year from last merge --- src/main/java/com/greenfiling/smclient/model/Attachment.java | 2 +- .../com/greenfiling/smclient/JobClient_IntegrationTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/greenfiling/smclient/model/Attachment.java b/src/main/java/com/greenfiling/smclient/model/Attachment.java index 77b61c0..36ac8b1 100644 --- a/src/main/java/com/greenfiling/smclient/model/Attachment.java +++ b/src/main/java/com/greenfiling/smclient/model/Attachment.java @@ -1,5 +1,5 @@ /** - * Copyright 2021-2023 Green Filing, LLC + * Copyright 2021-2024 Green Filing, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/greenfiling/smclient/JobClient_IntegrationTest.java b/src/test/java/com/greenfiling/smclient/JobClient_IntegrationTest.java index 394c5af..8f40151 100644 --- a/src/test/java/com/greenfiling/smclient/JobClient_IntegrationTest.java +++ b/src/test/java/com/greenfiling/smclient/JobClient_IntegrationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2023 Green Filing, LLC + * Copyright 2023-2024 Green Filing, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 4150e6c6be388eb77359ddb819ded4eaff90e831 Mon Sep 17 00:00:00 2001 From: John Jetmore Date: Mon, 2 Dec 2024 14:26:39 -0500 Subject: [PATCH 2/2] updates for 1.0.13 release --- Changes.txt | 6 ++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 2c0ab09..55d5f86 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,3 +1,9 @@ +####################### +## 1.0.13 +## 2024-12-02 + + * Implement externalUrl and referenceNumber in Attachment model. + ####################### ## 1.0.12 ## 2024-03-24 diff --git a/README.md b/README.md index 2f7762d..0728227 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Although this project is open source, ServeManager is a commercial product and y com.greenfiling.smclient servemanager-client - 1.0.13-SNAPSHOT + 1.0.13 ``` diff --git a/pom.xml b/pom.xml index 1d01c49..5a9675a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.greenfiling.smclient servemanager-client - 1.0.13-SNAPSHOT + 1.0.13 ServeManager Api Client Java implementation of client for ServeManager API (https://www.servemanager.com/) https://www.github.com/greenfiling/servemanager-client