We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e28b11 commit d684cc9Copy full SHA for d684cc9
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.api-flows</groupId>
8
<artifactId>openapi-workflow-parser</artifactId>
9
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
10
11
<url>https://github.com/api-flows/openapi-workflow-parser</url>
12
@@ -190,6 +190,18 @@
190
<goals>deploy</goals>
191
</configuration>
192
</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
205
</plugins>
206
</build>
207
0 commit comments