Skip to content

Commit 9317ef5

Browse files
committed
[maven-release-plugin] prepare release mat-file-io-0.1.1
1 parent bacdb5a commit 9317ef5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

mat-file-io/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>us.hebi.matlab</groupId>
65
<artifactId>mat-file-io</artifactId>
7-
<version>0.2-SNAPSHOT</version>
6+
<version>0.1.1</version>
87
<packaging>jar</packaging>
98

109
<name>Mat-File IO</name>
@@ -35,7 +34,7 @@
3534
<url>https://github.com/HebiRobotics/MatlabTools</url>
3635
<connection>scm:git:git://github.com/HebiRobotics/MatlabTools.git</connection>
3736
<developerConnection>scm:git:git@github.com:HebiRobotics/MatlabTools.git</developerConnection>
38-
<tag>HEAD</tag>
37+
<tag>mat-file-io-0.1.1</tag>
3938
</scm>
4039

4140
<!-- Maven Central Distribution -->
@@ -75,7 +74,7 @@
7574

7675
<!-- Other Settings -->
7776
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
78-
<gpg.keyname/> <!-- set via settings.xml to sign release artifacts-->
77+
<gpg.keyname /> <!-- set via settings.xml to sign release artifacts-->
7978

8079
<!-- License Headers (http://www.mojohaus.org/license-maven-plugin/update-file-header-mojo.html) -->
8180
<license.licenseName>apache_v2</license.licenseName>

0 commit comments

Comments
 (0)