File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ Client library written in Java to send messages to a Syslog server.
1212
1313## Release Notes and downloads
1414
15- See https://github.com/CloudBees-community /syslog-java-client/releases/
15+ See https://github.com/jenkinsci /syslog-java-client/releases
1616
1717## Using the Syslog Java Client with Maven
1818
1919Add the following dependency in your pom.xml:
2020
2121``` xml
2222<dependency >
23- <groupId >com.cloudbees </groupId >
23+ <groupId >io.jenkins.lib </groupId >
2424 <artifactId >syslog-java-client</artifactId >
2525 <version >1.1.7</version >
2626</dependency >
Original file line number Diff line number Diff line change 2424 <relativePath />
2525 </parent >
2626
27- <groupId >com.cloudbees </groupId >
27+ <groupId >io.jenkins.lib </groupId >
2828 <artifactId >syslog-java-client</artifactId >
2929 <version >1.1.8-SNAPSHOT</version >
3030 <packaging >bundle</packaging >
5656 </scm >
5757
5858 <properties >
59- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60- <project .build.outputEncoding>UTF-8</project .build.outputEncoding>
61- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
59+ <project .build.outputTimestamp>2023-01-01T00:00:00Z</project .build.outputTimestamp>
6260 </properties >
6361
6462 <dependencies >
You can’t perform that action at this time.
0 commit comments