Skip to content

Commit 2b15fee

Browse files
committed
Add central publishing package
1 parent 288fe83 commit 2b15fee

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.flagsmith</groupId>
7+
<groupId>io.flagsmith</groupId>
88
<artifactId>flagsmith-java-client</artifactId>
9-
<version>7.4.2</version>
9+
<version>7.4.2.alpha1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Flagsmith Java Client</name>
@@ -181,6 +181,16 @@
181181
<build>
182182
<finalName>flagsmith-java-client-${project.version}</finalName>
183183
<plugins>
184+
<plugin>
185+
<groupId>org.sonatype.central</groupId>
186+
<artifactId>central-publishing-maven-plugin</artifactId>
187+
<version>0.6.0</version>
188+
<extensions>true</extensions>
189+
<configuration>
190+
<publishingServerId>central</publishingServerId>
191+
<autoPublish>true</autoPublish>
192+
</configuration>
193+
</plugin>
184194
<plugin>
185195
<groupId>org.apache.maven.plugins</groupId>
186196
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)