Skip to content

Commit

Permalink
build: updated snapshot version
Browse files Browse the repository at this point in the history
The Maven Release lifecycle indicates that between releases, the `<version>`
value should be prefixed with `-SNAPSHOT`. This allows to properly identify
what's the next version release and provide an easy way to deploy development versions for local testing.
  • Loading branch information
Carlos Tasada committed Jun 21, 2023
1 parent 563d34e commit 5f49700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncapi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>asyncapi</artifactId>
<groupId>com.asyncapi</groupId>
<version>1.0.0-EAP-2</version>
<version>1.0.0-EAP-3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.asyncapi</groupId>
<artifactId>asyncapi</artifactId>
<version>1.0.0-EAP-2</version>
<version>1.0.0-EAP-3-SNAPSHOT</version>

<!-- Project Information -->
<name>AsyncAPI</name>
Expand Down

0 comments on commit 5f49700

Please sign in to comment.