File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can include this library from Maven central:
2727 <dependency>
2828 <groupId>com-api-flows</groupId>
2929 <artifactId>openapi-workflow-parser</artifactId>
30- <version>0.0.1 </version>
30+ <version>0.0.2 </version>
3131 </dependency>
3232```
3333
Original file line number Diff line number Diff line change 66
77 <groupId >com.api-flows</groupId >
88 <artifactId >openapi-workflow-parser</artifactId >
9- <version >0.0.2-SNAPSHOT </version >
9+ <version >0.0.2</version >
1010
1111 <url >https://github.com/api-flows/openapi-workflow-parser</url >
1212
199199 </configuration >
200200 </plugin >
201201
202- <!-- <plugin>-->
203- <!-- <groupId>org.sonatype.central</groupId>-->
204- <!-- <artifactId>central-publishing-maven-plugin</artifactId>-->
205- <!-- <version>0.1.2</version>-->
206- <!-- <extensions>true</extensions>-->
207- <!-- <configuration>-->
208- <!-- <publishingServerId>central</publishingServerId>-->
209- <!-- <tokenEnabled>true</tokenEnabled>-->
210- <!-- </configuration>-->
211- <!-- </plugin>-->
202+ <plugin >
203+ <groupId >org.sonatype.central</groupId >
204+ <artifactId >central-publishing-maven-plugin</artifactId >
205+ <version >0.4.0</version >
206+ <extensions >true</extensions >
207+ <configuration >
208+ <publishingServerId >central</publishingServerId >
209+ <tokenAuth >true</tokenAuth >
210+ <autoPublish >true</autoPublish >
211+ <waitUntil >published</waitUntil >
212+ </configuration >
213+ </plugin >
212214
213215 </plugins >
214216 </build >
You can’t perform that action at this time.
0 commit comments