Skip to content

Commit fa9bb12

Browse files
authored
chore: migrate ossrh to central publishing repo (#777)
* chore: migrate ossrh to central publishing repo * updated license versiob
1 parent 352d353 commit fa9bb12

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2024, Twilio SendGrid, Inc. <[email protected]>
3+
Copyright (C) 2025, Twilio SendGrid, Inc. <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

pom.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<parent>
5-
<groupId>org.sonatype.oss</groupId>
6-
<artifactId>oss-parent</artifactId>
7-
<version>7</version>
8-
</parent>
94
<groupId>com.sendgrid</groupId>
105
<artifactId>sendgrid-java</artifactId>
116
<name>Twilio SendGrid Java helper library</name>
@@ -39,14 +34,13 @@
3934
<build>
4035
<plugins>
4136
<plugin>
42-
<groupId>org.sonatype.plugins</groupId>
43-
<artifactId>nexus-staging-maven-plugin</artifactId>
44-
<version>1.6.8</version>
37+
<groupId>org.sonatype.central</groupId>
38+
<artifactId>central-publishing-maven-plugin</artifactId>
39+
<version>0.8.0</version>
4540
<extensions>true</extensions>
4641
<configuration>
47-
<serverId>ossrh</serverId>
48-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
49-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
42+
<publishingServerId>central</publishingServerId>
43+
<autoPublish>true</autoPublish>
5044
</configuration>
5145
</plugin>
5246
<plugin>

0 commit comments

Comments
 (0)