Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
witokondoria committed Oct 25, 2017
1 parent 4475886 commit 9ac7f55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bitbucket-scm-filter-aged-refs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-filter-aged-refs-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>bitbucket-scm-filter-aged-refs</artifactId>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git://github.com/jenkinsci/scm-filter-aged-refs-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/scm-filter-aged-refs-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/scm-filter-aged-refs-plugin</url>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions github-scm-filter-aged-refs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-filter-aged-refs-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>github-scm-filter-aged-refs</artifactId>
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:git://github.com/jenkinsci/scm-filter-aged-refs-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/scm-filter-aged-refs-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/scm-filter-aged-refs-plugin</url>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<dependencies>
Expand Down
7 changes: 3 additions & 4 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 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">
<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>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -9,7 +8,7 @@
</parent>

<artifactId>scm-filter-aged-refs-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>Aged References SCM Filter</name>
Expand Down Expand Up @@ -38,7 +37,7 @@
<connection>scm:git:git://github.com/jenkinsci/scm-filter-aged-refs-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/scm-filter-aged-refs-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/scm-filter-aged-refs-plugin</url>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion scm-filter-aged-refs-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-filter-aged-refs-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>scm-filter-aged-refs-common</artifactId>
Expand Down

0 comments on commit 9ac7f55

Please sign in to comment.