Skip to content

Commit 86f04c4

Browse files
author
Vincent Russell
committed
preparing for development version 1.24
1 parent 8039761 commit 86f04c4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.vincentrussell</groupId>
66
<artifactId>sql-to-mongo-db-query-converter</artifactId>
7-
<version>1.23</version>
7+
<version>1.24-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>sql-to-mongo-db-query-converter</name>
@@ -347,6 +347,15 @@
347347
</execution>
348348
</executions>
349349
</plugin>
350+
<plugin>
351+
<groupId>org.sonatype.central</groupId>
352+
<artifactId>central-publishing-maven-plugin</artifactId>
353+
<version>0.9.0</version>
354+
<extensions>true</extensions>
355+
<configuration>
356+
<publishingServerId>central</publishingServerId>
357+
</configuration>
358+
</plugin>
350359
</plugins>
351360

352361
</build>

0 commit comments

Comments
 (0)