Skip to content

Commit

Permalink
Merge pull request #23 from digipost/mindre_streng_boligdetaljer
Browse files Browse the repository at this point in the history
Fjerner makslengde på kjøper, selger og pant-type
  • Loading branch information
sindrebn authored Jun 1, 2018
2 parents 13e655a + 61cff44 commit 65c7eb0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>digipost-data-types</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.12-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Data types for Digipost Messages</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class Heftelse {

@XmlElement(name = "type-pant")
@NotNull
@Size(max = 20)
String typePant;

@XmlElement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ public class Omsetningshistorikk {
String beskrivelse;

@XmlElement
@Size(max = 50)
String selger;

@XmlElement
@Size(max = 50)
String kjoeper;

@XmlElement
Expand Down

0 comments on commit 65c7eb0

Please sign in to comment.