Skip to content

Commit c8727b9

Browse files
committed
[maven-release-plugin] prepare release ganymed-ssh2-262
1 parent effe683 commit c8727b9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
43
<parent>
54
<groupId>org.sonatype.oss</groupId>
65
<artifactId>oss-parent</artifactId>
@@ -10,7 +9,7 @@
109
<groupId>ch.ethz.ganymed</groupId>
1110
<artifactId>ganymed-ssh2</artifactId>
1211
<packaging>jar</packaging>
13-
<version>262-SNAPSHOT</version>
12+
<version>262</version>
1413
<name>ganymed-ssh-2</name>
1514
<description>Ganymed SSH-2: Java based SSH-2 Protocol Implementation</description>
1615
<url>https://code.google.com/p/ganymed-ssh-2/</url>
@@ -43,9 +42,9 @@
4342
<source.encoding>UTF-8</source.encoding>
4443
</properties>
4544
<scm>
46-
<url>http://ganymed-ssh-2.googlecode.com/svn/trunk/</url>
47-
<connection>scm:svn:https://ganymed-ssh-2.googlecode.com/svn/trunk/</connection>
48-
<developerConnection>scm:svn:https://ganymed-ssh-2.googlecode.com/svn/trunk/</developerConnection>
45+
<url>http://ganymed-ssh-2.googlecode.com/svn/tags/ganymed-ssh2-262</url>
46+
<connection>scm:svn:https://ganymed-ssh-2.googlecode.com/svn/tags/ganymed-ssh2-262</connection>
47+
<developerConnection>scm:svn:https://ganymed-ssh-2.googlecode.com/svn/tags/ganymed-ssh2-262</developerConnection>
4948
</scm>
5049
<dependencyManagement>
5150
<dependencies>

0 commit comments

Comments
 (0)