File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<parent >
5
4
<groupId >org.sonatype.oss</groupId >
6
5
<artifactId >oss-parent</artifactId >
10
9
<groupId >ch.ethz.ganymed</groupId >
11
10
<artifactId >ganymed-ssh2</artifactId >
12
11
<packaging >jar</packaging >
13
- <version >262-SNAPSHOT </version >
12
+ <version >262</version >
14
13
<name >ganymed-ssh-2</name >
15
14
<description >Ganymed SSH-2: Java based SSH-2 Protocol Implementation</description >
16
15
<url >https://code.google.com/p/ganymed-ssh-2/</url >
43
42
<source .encoding>UTF-8</source .encoding>
44
43
</properties >
45
44
<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 >
49
48
</scm >
50
49
<dependencyManagement >
51
50
<dependencies >
You can’t perform that action at this time.
0 commit comments