Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpacak committed Oct 29, 2013
1 parent e8d920c commit e4db09c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>com.github.danielpacak.jenkins.ci</groupId>
<artifactId>jenkins.ci.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>

<artifactId>jenkins.ci.core</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
Expand All @@ -10,7 +9,7 @@

<groupId>com.github.danielpacak.jenkins.ci</groupId>
<artifactId>jenkins.ci.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc1</version>
<packaging>pom</packaging>
<name>Jenkins CI - Parent</name>
<description>Jenkins CI - Parent</description>
Expand Down Expand Up @@ -101,7 +100,7 @@
<connection>scm:git:https://github.com/danielpacak/com.github.danielpacak.jenkins.ci.git</connection>
<developerConnection>scm:git:https://github.com/danielpacak/com.github.danielpacak.jenkins.ci.git</developerConnection>
<url>https://github.com/danielpacak/com.github.danielpacak.jenkins.ci/</url>
<tag>HEAD</tag>
<tag>1.0.0-rc1</tag>
</scm>

<developers>
Expand Down
5 changes: 2 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>com.github.danielpacak.jenkins.ci</groupId>
<artifactId>jenkins.ci.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>

<artifactId>jenkins.ci.test</artifactId>
Expand Down

0 comments on commit e4db09c

Please sign in to comment.