Skip to content

Commit 8303f1d

Browse files
committed
Bump version to 0.0.3-SNAPSHOT
1 parent 5cb9d34 commit 8303f1d

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

pom.xml

Lines changed: 14 additions & 13 deletions
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.2</version>
9+
<version>0.0.3-SNAPSHOT</version>
1010

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

@@ -199,18 +199,19 @@
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>

0 commit comments

Comments
 (0)