Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Oct 30, 2013
1 parent f62ab83 commit 641f594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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"
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.rundeck-plugins</groupId>
<artifactId>rundeck-winrm-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<name>RunDeck WinRM NodeExecutor Plugin</name>
<parent>
<artifactId>rundeck-plugins-parent</artifactId>
Expand Down Expand Up @@ -67,5 +66,6 @@
<connection>scm:git:[email protected]:rundeck-plugins/rundeck-winrm-plugin.git</connection>
<developerConnection>scm:git:[email protected]:rundeck-plugins/rundeck-winrm-plugin.git</developerConnection>
<url>[email protected]:rundeck-plugins/rundeck-winrm-plugin.git</url>
<tag>v1.1</tag>
</scm>
</project>

0 comments on commit 641f594

Please sign in to comment.