File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (C)
2024 , Twilio SendGrid, Inc. <
[email protected] >
3+ Copyright (C)
2025 , Twilio SendGrid, Inc. <
[email protected] >
44
55Permission is hereby granted, free of charge, to any person obtaining a copy of
66this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments