Skip to content

Commit f4f615a

Browse files
committed
missing SNAPSHOT in version
1 parent 0b488d8 commit f4f615a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

generator/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!--
@@ -41,7 +39,7 @@
4139
<groupId>org.sonatype.oss</groupId>
4240
<artifactId>oss-parent</artifactId>
4341
<version>7</version>
44-
<relativePath></relativePath>
42+
<relativePath />
4543
</parent>
4644
<name>netlib for Java (Generator)</name>
4745
<description>Mission-critical components for linear algebra systems.</description>
@@ -191,4 +189,5 @@
191189
</plugin>
192190
</plugins>
193191
</build>
192+
194193
</project>

0 commit comments

Comments
 (0)