Skip to content

Commit

Permalink
Bump to 3.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Torrey committed Aug 15, 2019
1 parent 8e3faa3 commit dadbeed
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion graylog-plugin-archetype/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../graylog-project-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graylog-plugin-parent/graylog-plugin-web-parent/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<artifactId>graylog-plugin-web-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graylog-plugin-parent/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<groupId>org.graylog.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion graylog-project-parent/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>

<artifactId>graylog-project-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graylog2-server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../graylog-project-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion graylog2-web-interface/manifests/package.json
@@ -1,6 +1,6 @@
{
"name": "graylog-web-manifests",
"version": "3.1.1-SNAPSHOT",
"version": "3.2.0-SNAPSHOT",
"description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion graylog2-web-interface/package.json
@@ -1,6 +1,6 @@
{
"name": "graylog-web-interface",
"version": "3.1.1-SNAPSHOT",
"version": "3.2.0-SNAPSHOT",
"description": "Graylog Web Interface",
"author": "torch",
"license": "GPL-3.0",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "graylog-web-plugin",
"version": "3.1.1-SNAPSHOT",
"version": "3.2.0-SNAPSHOT",
"description": "Helper code for streamlining Graylog web interface plugin development",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.graylog</groupId>
<artifactId>graylog-project-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../graylog-project-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>org.graylog</groupId>
<artifactId>graylog-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Graylog Parent POM</name>
Expand Down

0 comments on commit dadbeed

Please sign in to comment.