Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 18, 2023
2 parents 8b24172 + 3ce71d4 commit f83f25a
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
semanticcms-dia-taglib - Java API for embedding Dia-based diagrams in web pages in a JSP environment.
Copyright (C) 2016, 2017, 2019, 2020, 2021, 2022 AO Industries, Inc.
Copyright (C) 2016, 2017, 2019, 2020, 2021, 2022, 2023 AO Industries, Inc.
support@aoindustries.com
7262 Bull Pen Cir
Mobile, AL 36695
Expand Down Expand Up @@ -39,7 +39,12 @@ along with semanticcms-dia-taglib. If not, see <https://www.gnu.org/licenses/>.
datePublished="2016-10-30T22:36:59-05:00"
dateModified="2021-07-19T06:11:40-05:00"
>
<c:if test="${fn:endsWith('@{project.version}', '-SNAPSHOT') and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')}">
<c:set var="latestRelease" value="1.9.0" />
<c:if test="${
fn:endsWith('@{project.version}', '-SNAPSHOT')
and !fn:endsWith('@{project.version}', '-POST-SNAPSHOT')
and '@{project.version}' != (latestRelease.concat('-SNAPSHOT'))
}">
<changelog:release
projectName="@{documented.name}"
version="@{project.version}"
Expand Down

0 comments on commit f83f25a

Please sign in to comment.