File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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>
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 -->
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>
You can’t perform that action at this time.
0 commit comments