File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed
Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,6 @@ Add the SNAPSHOT dependency ([check latest](pom.xml) available) in your POM file
8080 <dependency >
8181 <groupId >com.api-flows</groupId >
8282 <artifactId >openapi-workflow-parser</artifactId >
83- <version >0.0.2 -SNAPSHOT</version >
83+ <version >0.0.3 -SNAPSHOT</version >
8484 </dependency >
8585```
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 </version >
9+ <version >0.0.3-SNAPSHOT </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.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 >
202+ <!-- Uncomment to release version to Maven Central -->
203+ <!-- <plugin>-->
204+ <!-- <groupId>org.sonatype.central</groupId>-->
205+ <!-- <artifactId>central-publishing-maven-plugin</artifactId>-->
206+ <!-- <version>0.4.0</version>-->
207+ <!-- <extensions>true</extensions>-->
208+ <!-- <configuration>-->
209+ <!-- <publishingServerId>central</publishingServerId>-->
210+ <!-- <tokenAuth>true</tokenAuth>-->
211+ <!-- <autoPublish>true</autoPublish>-->
212+ <!-- <waitUntil>published</waitUntil>-->
213+ <!-- </configuration>-->
214+ <!-- </plugin>-->
214215
215216 </plugins >
216217 </build >
You can’t perform that action at this time.
0 commit comments