Skip to content

Commit

Permalink
Merge pull request #14 from statisticsnorway/prepare-v1-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
johnksv authored Jan 19, 2024
2 parents 15241c9 + 7e5e562 commit b3c5128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generated/java/dapla-kuben-resource-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>no.ssb.dapla.kuben</groupId>
<artifactId>dapla-kuben-resource-model</artifactId>
<packaging>jar</packaging>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>dapla-kuben-resource-model</name>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class TeamInfoMetadataSchema implements Serializable
*/
@JsonProperty("team_name")
@JsonPropertyDescription("The (uniform) name of this team")
@Size(min = 1, max = 16)
@Size(min = 1, max = 17)
private String teamName;
/**
* Name of this resource
Expand Down

0 comments on commit b3c5128

Please sign in to comment.