Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from corona-warn-app/chore/update-cwa-parent-1…
Browse files Browse the repository at this point in the history
….7.1

Chore: Update CWA-Parent to 1.7.1
  • Loading branch information
f11h authored Nov 17, 2022
2 parents 0a74507 + 4cca6b4 commit 62b4e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codestyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="accessModifiers" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>app.coronawarn</groupId>
<artifactId>cwa-parent</artifactId>
<version>1.6</version>
<version>1.7.1</version>
<relativePath/>
</parent>
<groupId>eu.europa.ec.dgc</groupId>
Expand Down

0 comments on commit 62b4e60

Please sign in to comment.