We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c592273 commit 05aafbbCopy full SHA for 05aafbb
pom.xml
@@ -1,10 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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">
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>clj-ssh</groupId>
6
<artifactId>clj-ssh</artifactId>
7
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
8
<name>clj-ssh</name>
9
<description>ssh from clojure</description>
10
<scm>
0 commit comments