Skip to content

Commit d684cc9

Browse files
committed
Finalise v0.0.1
1 parent 2e28b11 commit d684cc9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.api-flows</groupId>
88
<artifactId>openapi-workflow-parser</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010

1111
<url>https://github.com/api-flows/openapi-workflow-parser</url>
1212

@@ -190,6 +190,18 @@
190190
<goals>deploy</goals>
191191
</configuration>
192192
</plugin>
193+
194+
<plugin>
195+
<groupId>org.sonatype.central</groupId>
196+
<artifactId>central-publishing-maven-plugin</artifactId>
197+
<version>0.1.2</version>
198+
<extensions>true</extensions>
199+
<configuration>
200+
<publishingServerId>central</publishingServerId>
201+
<tokenEnabled>true</tokenEnabled>
202+
</configuration>
203+
</plugin>
204+
193205
</plugins>
194206
</build>
195207

0 commit comments

Comments
 (0)