Skip to content

Commit

Permalink
[maven-release-plugin] prepare release MantisIntegration-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Sep 4, 2016
1 parent 9eb91aa commit 6fcf4b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3.1-SNAPSHOT</version>
<version>1.4</version>
<packaging>nbm</packaging>

<name>MantisIntegration</name>
Expand All @@ -24,7 +24,8 @@
<connection>scm:git:https://github.com/matthiasblaesing/netbeans-mantis-integration.git</connection>
<developerConnection>scm:git:[email protected]:matthiasblaesing/netbeans-mantis-integration.git</developerConnection>
<url>https://github.com/matthiasblaesing/netbeans-mantis-integration</url>
</scm>
<tag>MantisIntegration-1.4</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -251,8 +252,7 @@
} else {
value = value.trim() + "";
}
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));
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));
]]>
</script>
<passProjectAsProperty>true</passProjectAsProperty>
Expand Down

0 comments on commit 6fcf4b5

Please sign in to comment.