Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garybot2 committed Oct 12, 2016
1 parent 9830b67 commit abbe1f8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion graylog-plugin-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
<relativePath>../graylog-project-parent</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions graylog-plugin-parent/graylog-plugin-web-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
~ You should have received a copy of the GNU General Public License
~ along with Graylog. If not, see <http://www.gnu.org/licenses />.
-->
<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>
<prerequisites>
<maven>3.1.0</maven>
Expand All @@ -27,7 +26,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
</parent>

<artifactId>graylog-plugin-web-parent</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions graylog-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
~ You should have received a copy of the GNU General Public License
~ along with Graylog. If not, see <http://www.gnu.org/licenses />.
-->
<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>
<prerequisites>
<maven>3.1.0</maven>
Expand All @@ -31,7 +30,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
</parent>

<groupId>org.graylog.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion graylog-project-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
</parent>

<artifactId>graylog-project-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graylog2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
<relativePath>../graylog-project-parent</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
~ You should have received a copy of the GNU General Public License
~ along with Graylog. If not, see <http://www.gnu.org/licenses />.
-->
<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>
<prerequisites>
<maven>3.1.0</maven>
Expand All @@ -27,7 +26,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
<relativePath>../graylog-project-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.graylog</groupId>
<artifactId>graylog-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
<packaging>pom</packaging>

<name>Graylog Parent POM</name>
Expand Down Expand Up @@ -63,7 +63,7 @@
<connection>scm:git:git://github.com/Graylog2/graylog2-server.git</connection>
<developerConnection>scm:git:[email protected]:Graylog2/graylog2-server.git</developerConnection>
<url>https://github.com/Graylog2/graylog2-server</url>
<tag>HEAD</tag>
<tag>2.2.0-alpha.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit abbe1f8

Please sign in to comment.