Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phedoreanu committed Jun 8, 2020
1 parent 0a2de3c commit e8ae2f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.2</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>nomad</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>hpi</packaging>

<name>Nomad Plugin</name>
Expand All @@ -31,7 +30,7 @@
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/nomad-plugin.git
</developerConnection>
<url>https://github.com/jenkinsci/nomad-plugin</url>
<tag>v0.7.0</tag>
<tag>v0.7.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit e8ae2f0

Please sign in to comment.