Skip to content

Commit b4eaed9

Browse files
committed
[maven-release-plugin] prepare release parameterized-scheduler-1.0
1 parent 388cc09 commit b4eaed9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.jenkins-ci.plugins</groupId>
@@ -10,7 +9,7 @@
109

1110
<groupId>org.jenkins-ci.plugins</groupId>
1211
<artifactId>parameterized-scheduler</artifactId>
13-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1413
<packaging>hpi</packaging>
1514
<url>https://github.com/jwmach1/parameterized-scheduler</url>
1615

@@ -35,7 +34,8 @@
3534
<url>https://github.com/jwmach1/parameterized-scheduler</url>
3635
<connection>scm:git:https://github.com/jwmach1/parameterized-scheduler.git</connection>
3736
<developerConnection>scm:git:https://github.com/jwmach1/parameterized-scheduler.git</developerConnection>
38-
</scm>
37+
<tag>parameterized-scheduler-1.0</tag>
38+
</scm>
3939

4040
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the
4141
artifacts that we need -->

0 commit comments

Comments
 (0)