File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.chargebee</groupId >
66 <artifactId >chargebee-java</artifactId >
7- <version >3.35.0-SNAPSHOT </version >
7+ <version >3.35.0</version >
88
99
1010 <packaging >jar</packaging >
1414
1515 <url >https://github.com/chargebee/chargebee-java</url >
1616
17+ <licenses >
18+ <license >
19+ <name >MIT License</name >
20+ <url >https://opensource.org/licenses/MIT</url >
21+ <distribution >repo</distribution >
22+ </license >
23+ </licenses >
24+
1725 <organization >
1826 <name >ChargeBee</name >
1927 <url >http://www.chargebee.com</url >
8088 </dependency >
8189 </dependencies >
8290
83- <parent >
84- <groupId >org.sonatype.oss</groupId >
85- <artifactId >oss-parent</artifactId >
86- <version >9</version >
87- </parent >
88-
8991 <build >
9092 <resources >
9193 <resource >
9698 </resource >
9799 </resources >
98100 <plugins >
101+ <plugin >
102+ <groupId >org.sonatype.central</groupId >
103+ <artifactId >central-publishing-maven-plugin</artifactId >
104+ <version >0.8.0</version >
105+ <extensions >true</extensions >
106+ <configuration >
107+ <publishingServerId >central</publishingServerId >
108+ <autoPublish >false</autoPublish >
109+ </configuration >
110+ </plugin >
99111 <plugin >
100112 <groupId >org.apache.maven.plugins</groupId >
101113 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments