Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Oct 31, 2016
1 parent aa52370 commit 492cfce
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 17 deletions.
5 changes: 2 additions & 3 deletions commandline/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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">
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>allure-report</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion face/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>allure-report</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?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">
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>allure-report</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>allure-report</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions plugin-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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">
<parent>
<artifactId>allure-report</artifactId>
<groupId>org.allurefw.report</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugins/behaviors-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>plugin-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
<relativePath>../../plugin-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion plugins/junit-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>plugin-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
<relativePath>../../plugin-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion plugins/packages-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.allurefw.report</groupId>
<artifactId>plugin-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>
<relativePath>../../plugin-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.allurefw.report</groupId>
<artifactId>allure-report</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-BETA1</version>

<modules>
<module>plugin-api</module>
Expand Down Expand Up @@ -43,7 +43,7 @@
<url>https://github.com/allurefw/allure-report</url>
<connection>scm:git@github.com:allurefw/allure-report.git</connection>
<developerConnection>scm:git:git@github.com:allurefw/allure-report.git</developerConnection>
<tag>HEAD</tag>
<tag>2.0-BETA1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 492cfce

Please sign in to comment.