Skip to content

Commit 2319d30

Browse files
committed
Enable publishing to Maven Central
1 parent 2753e8d commit 2319d30

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1919
Add 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>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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>
@@ -56,9 +56,7 @@
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>

0 commit comments

Comments
 (0)