Skip to content

Commit

Permalink
Version label is lowercased
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 28, 2015
1 parent 6e0b157 commit 29b4133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void validate(UIValidationContext context)

private void configureVersionInput(InputComponentFactory factory)
{
version = factory.createInput("version", String.class);
version = factory.createInput("version", String.class).setLabel("Version");
version.setDefaultValue("1.0.0-SNAPSHOT");
}

Expand Down

0 comments on commit 29b4133

Please sign in to comment.