Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 442ae57

Browse files
committed
[maven-release-plugin] prepare release v1.2
1 parent 8675d7a commit 442ae57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
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/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<artifactId>rundeck-plugins-parent</artifactId>
@@ -9,7 +8,7 @@
98
</parent>
109
<groupId>org.rundeck-plugins</groupId>
1110
<artifactId>rundeck-winrm-plugin</artifactId>
12-
<version>1.2-SNAPSHOT</version>
11+
<version>1.2</version>
1312
<name>RunDeck WinRM NodeExecutor Plugin</name>
1413
<url>http://rundeck.org</url>
1514
<inceptionYear>2011</inceptionYear>
@@ -24,6 +23,7 @@
2423
<connection>scm:git:git@github.com:rundeck-plugins/rundeck-winrm-plugin.git</connection>
2524
<developerConnection>scm:git:git@github.com:rundeck-plugins/rundeck-winrm-plugin.git</developerConnection>
2625
<url>git@github.com:rundeck-plugins/rundeck-winrm-plugin.git</url>
26+
<tag>v1.2</tag>
2727
</scm>
2828
<build>
2929
<plugins>

0 commit comments

Comments
 (0)