We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64386aa commit 979c25eCopy full SHA for 979c25e
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>scripting-matlab</artifactId>
13
- <version>0.5.1-SNAPSHOT</version>
+ <version>0.5.1</version>
14
15
<name>SciJava Scripting: MATLAB</name>
16
<description>MATLAB scripting language plugin.</description>
@@ -63,7 +63,7 @@
63
<scm>
64
<connection>scm:git:git://github.com/scijava/scripting-matlab</connection>
65
<developerConnection>scm:git:git@github.com:scijava/scripting-matlab</developerConnection>
66
- <tag>HEAD</tag>
+ <tag>scripting-matlab-0.5.1</tag>
67
<url>https://github.com/scijava/scripting-matlab</url>
68
</scm>
69
<issueManagement>
0 commit comments