Skip to content

Commit aa097ff

Browse files
committed
Updating the central repo
1 parent 6f3c99c commit aa097ff

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

pom.xml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -14,6 +14,14 @@
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>
@@ -80,12 +88,6 @@
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>
@@ -96,6 +98,16 @@
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>

0 commit comments

Comments
 (0)