Skip to content

Commit

Permalink
preparing for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkocot committed Mar 6, 2021
1 parent 65c3ecd commit ba8b144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
releaseversion:
description: 'Release version'
required: true
default: '1.1.0'
default: '2.0.0'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>reedelk-openapi</artifactId>
<groupId>com.reedelk</groupId>
<version>1.0.7</version>
<groupId>de.codecentric.reedelk</groupId>
<version>2.0.0</version>

<name>reedelk-openapi</name>
<description>Reedelk OpenAPI V3 Serializer / Deserializer</description>
Expand Down

0 comments on commit ba8b144

Please sign in to comment.