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

Rm 7114 prepare 1.0.13 release #72

Merged
merged 2 commits into from
Dec 2, 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
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#######################
## 1.0.13
## 2024-12-02

* Implement externalUrl and referenceNumber in Attachment model.

#######################
## 1.0.12
## 2024-03-24
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Although this project is open source, ServeManager is a commercial product and y
<dependency>
<groupId>com.greenfiling.smclient</groupId>
<artifactId>servemanager-client</artifactId>
<version>1.0.13-SNAPSHOT</version>
<version>1.0.13</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.greenfiling.smclient</groupId>
<artifactId>servemanager-client</artifactId>
<version>1.0.13-SNAPSHOT</version>
<version>1.0.13</version>
<name>ServeManager Api Client</name>
<description>Java implementation of client for ServeManager API (https://www.servemanager.com/)</description>
<url>https://github.com/greenfiling/servemanager-client</url>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading