Skip to content

Commit

Permalink
[maven-release-plugin] prepare release MantisIntegration-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed May 9, 2015
1 parent 7110fe3 commit 58b0ff7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>eu.doppel_helix.netbeans</groupId>
<artifactId>MantisIntegration</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3</version>
<packaging>nbm</packaging>

<name>MantisIntegration</name>
Expand Down Expand Up @@ -250,8 +250,7 @@
} else {
value = value.trim() + "";
}
for(var i = 0; i < dependencies.length; i++) { if(value != "") { value += ", "; } value += dependencies[i];
}
for(var i = 0; i < dependencies.length; i++) { if(value != "") { value += ", "; } value += dependencies[i]; }
attributes.putValue(entry, value);
manifest.write(new java.io.FileOutputStream(filename));
]]>
Expand Down

0 comments on commit 58b0ff7

Please sign in to comment.