Skip to content

Commit 749d26d

Browse files
committed
[maven-release-plugin] prepare release release-0.6.5
1 parent f7537da commit 749d26d

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

javaoctave/pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<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/maven-v4_0_0.xsd">
64

75
<!-- coordinates for model and artifact -->
86
<modelVersion>4.0.0</modelVersion>
97

108
<!-- The Basics -->
119
<groupId>dk.ange</groupId><!-- eu.simuline.octave -->
1210
<artifactId>javaoctave</artifactId>
13-
<version>0.6.5-SNAPSHOT</version>
11+
<version>0.6.5</version>
1412
<packaging>jar</packaging>
1513

1614

@@ -43,7 +41,7 @@
4341
<developer>
4442
<id>KH</id>
4543
<name>Kim Hansen</name>
46-
<email></email>
44+
<email />
4745
<organization>Ange Optimization ApS</organization>
4846
<timezone>Europe/Berlin</timezone>
4947
</developer>
@@ -617,19 +615,19 @@
617615
<!-- Environment Settings -->
618616
<scm>
619617
<connection>
620-
scm:svn:https://github.com/Reissner/octaveInJava.git
618+
scm:svn:https://github.com/Reissner/octaveInJava.git/tags/release-0.6.5
621619
</connection>
622620
<!--connection>
623621
scm:hg:https://hg.kenai.com/hg/javaoctave~source-code-repository
624622
</connection-->
625623
<developerConnection>
626-
scm:svn:https://github.com/Reissner/octaveInJava.git
624+
scm:svn:https://github.com/Reissner/octaveInJava.git/tags/release-0.6.5
627625
</developerConnection>
628626
<!--developerConnection>
629627
scm:hg:ssh://kim_i9.dk@hg.kenai.com/javaoctave~source-code-repository
630628
</developerConnection-->
631629
<tag>default</tag>
632-
<url>https://github.com/Reissner/octaveInJava</url>
630+
<url>https://github.com/Reissner/octaveInJava/tags/release-0.6.5</url>
633631
<!--url>https://hg.kenai.com/hg/javaoctave~source-code-repository</url-->
634632
</scm>
635633

0 commit comments

Comments
 (0)