Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Sep 9, 2014
1 parent 8675d7a commit 442ae57
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,6 +1,5 @@
<?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>
<parent>
<artifactId>rundeck-plugins-parent</artifactId>
Expand All @@ -9,7 +8,7 @@
</parent>
<groupId>org.rundeck-plugins</groupId>
<artifactId>rundeck-winrm-plugin</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<name>RunDeck WinRM NodeExecutor Plugin</name>
<url>http://rundeck.org</url>
<inceptionYear>2011</inceptionYear>
Expand All @@ -24,6 +23,7 @@
<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.2</tag>
</scm>
<build>
<plugins>
Expand Down

0 comments on commit 442ae57

Please sign in to comment.