Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Reissner committed Feb 9, 2018
1 parent f7537da commit 749d26d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions javaoctave/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>

<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">
<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">

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

<!-- The Basics -->
<groupId>dk.ange</groupId><!-- eu.simuline.octave -->
<artifactId>javaoctave</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
<packaging>jar</packaging>


Expand Down Expand Up @@ -43,7 +41,7 @@
<developer>
<id>KH</id>
<name>Kim Hansen</name>
<email></email>
<email />
<organization>Ange Optimization ApS</organization>
<timezone>Europe/Berlin</timezone>
</developer>
Expand Down Expand Up @@ -617,19 +615,19 @@
<!-- Environment Settings -->
<scm>
<connection>
scm:svn:https://github.com/Reissner/octaveInJava.git
scm:svn:https://github.com/Reissner/octaveInJava.git/tags/release-0.6.5
</connection>
<!--connection>
scm:hg:https://hg.kenai.com/hg/javaoctave~source-code-repository
</connection-->
<developerConnection>
scm:svn:https://github.com/Reissner/octaveInJava.git
scm:svn:https://github.com/Reissner/octaveInJava.git/tags/release-0.6.5
</developerConnection>
<!--developerConnection>
scm:hg:ssh://[email protected]/javaoctave~source-code-repository
</developerConnection-->
<tag>default</tag>
<url>https://github.com/Reissner/octaveInJava</url>
<url>https://github.com/Reissner/octaveInJava/tags/release-0.6.5</url>
<!--url>https://hg.kenai.com/hg/javaoctave~source-code-repository</url-->
</scm>

Expand Down

0 comments on commit 749d26d

Please sign in to comment.