File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments