We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8039761 commit 86f04c4Copy full SHA for 86f04c4
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.vincentrussell</groupId>
6
<artifactId>sql-to-mongo-db-query-converter</artifactId>
7
- <version>1.23</version>
+ <version>1.24-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>sql-to-mongo-db-query-converter</name>
@@ -347,6 +347,15 @@
347
</execution>
348
</executions>
349
</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>
359
</plugins>
360
361
</build>
0 commit comments