Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fabric3-maven-test-plugins-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmarino committed Oct 7, 2016
1 parent 7b87ee1 commit 98874db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fabric3-itest-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.fabric3</groupId>
<artifactId>fabric3-maven-test-plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fabric3-itest-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fabric3-maven-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.fabric3</groupId>
<artifactId>fabric3-maven-test-plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>fabric3-maven-api</artifactId>
<name>Fabric3 Maven Runtime API</name>
Expand Down
5 changes: 2 additions & 3 deletions fabric3-maven-extension/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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/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.fabric3</groupId>
<artifactId>fabric3-maven-test-plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>fabric3-maven-extension</artifactId>
<name>Fabric3 Maven Runtime Extension</name>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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/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>
<groupId>org.fabric3</groupId>
<artifactId>fabric3-maven-test-plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Fabric3 Maven Test Plugins</name>
<description>Fabric3 Test Plugins POM.</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -183,7 +182,7 @@
<connection>scm:git:[email protected]:Fabric3/fabric3-maven-test-plugins.git</connection>
<developerConnection>scm:git:[email protected]:Fabric3/fabric3-maven-test-plugins.git</developerConnection>
<url>http://github.com/Fabric3/fabric3-maven-test-plugins</url>
<tag>HEAD</tag>
<tag>fabric3-maven-test-plugins-3.0.0</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 98874db

Please sign in to comment.