We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209afc6 commit 4837fb0Copy full SHA for 4837fb0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>de.poiu.nbee</groupId>
5
<artifactId>nb-edit-externally</artifactId>
6
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
7
<packaging>nbm</packaging>
8
<description>
9
Allows opening the currently edited file in an external editor.
@@ -32,7 +32,7 @@
32
<url>https://github.com/hupfdule/apron</url>
33
<connection>scm:git:git://github.com/hupfdule/nb-edit-externally.git</connection>
34
<developerConnection>scm:git:git@github.com:hupfdule/nb-edit-externally.git</developerConnection>
35
- <tag>HEAD</tag>
+ <tag>nb-edit-externally-1.0.0</tag>
36
</scm>
37
38
<issueManagement>
0 commit comments