Skip to content

Commit

Permalink
BZ 1007727: new project version id defaults to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaat committed Nov 29, 2013
1 parent db0a204 commit fbee84b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -126,6 +126,7 @@ public void setProjectName( final String projectName ) {
this.projectName = projectName;
pom = new POM();
pom.getGav().setArtifactId( projectName );
pom.getGav().setVersion("1.0");
gavWizardPage.setPom( pom );
}
}

0 comments on commit fbee84b

Please sign in to comment.