Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="project.artifactId" value="commons-daemon" />
<property name="project.version" value="1.2.3" />

<property name="compiler.source" value="1.6" />
<property name="compiler.source" value="1.8" />
<property name="compiler.target" value="${compiler.source}" />

<property name="build.finalName" value="${project.artifactId}-${project.version}" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Signatures": {
"apache-commons-daemon-build.xml": "967a05bbd089c5c475818fb464e3b10b47b85d3a473d224a6bb5d4efc9fc0baf",
"apache-commons-daemon-build.xml": "948f55c15e5fc3879a53f577700223d5ed767cbd76b3f62ee37da6684927a597",
"apache-commons-daemon.keyring": "c79fd010016d480581a97453b640971899a806a4a848695411f66f100330964e",
"commons-daemon-1.2.3-src.tar.gz": "37b8c461c52e76c1ed6cd290431237611dfe496df36cd70e5afa30659d9bce4c",
"commons-daemon-1.2.3-src.tar.gz.asc": "a91cdf4d0ad90c17d2dbf367ce722722977561a752056ffc4b1600844c2c719c"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Distribution: Azure Linux
%define short_name commons-daemon
Name: apache-%{short_name}
Version: 1.2.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Commons Daemon - Controlling of Java Daemons
License: Apache-2.0
Group: System/Daemons
Expand Down Expand Up @@ -142,6 +142,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%{_javadocdir}/%{name}

%changelog
* Thu Feb 27 2025 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 1.2.3-3
- Build error fix, bump up the java source version from 1.6 to 1.8.
- License verified

* Thu Oct 14 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.2.3-2
- Converting the 'Release' tag to the '[number].[distribution]' format.

Expand Down