-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release MantisIntegration-1.4
- Loading branch information
1 parent
9eb91aa
commit 6fcf4b5
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|