Skip to content

Commit

Permalink
Start development for 5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jul 24, 2020
1 parent fe24ade commit eb15018
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions ReleaseProcedure.txt
Expand Up @@ -8,8 +8,8 @@ mvn clean verify -PpackageForRelease
mvn clean

# Prepare the versions for the release
RELEASEVERSION=5.19
NEXTVERSION=5.20
RELEASEVERSION=5.20
NEXTVERSION=5.21

# Creating and publishing the new Tagging
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${RELEASEVERSION}
Expand Down
2 changes: 1 addition & 1 deletion analyzer/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-benchmark</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion commandline/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-commandline</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion devtools/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/java/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-example-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-example-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/scala/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-example-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@
<artifactId>yauaa-parent</artifactId>
<packaging>pom</packaging>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>

<name>Yauaa : </name>
<description>A parsing and analyzing library to get information from a useragent string.</description>
Expand Down
2 changes: 1 addition & 1 deletion udfs/beam/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-beam</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/drill/function/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>yauaa-udf-drill-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-drill</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/drill/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion udfs/drill/tests/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-drill-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-drill-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/elasticsearch/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-elasticsearch</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion udfs/flink-table/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-flink-table</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/flink/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-flink</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/hive/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-hive</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/logparser/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-logparser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/logstash/logstash-dependency/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-logstash-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-logstash-dependency</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/logstash/logstash-filter/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-logstash-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-logstash</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/logstash/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-logstash-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion udfs/nifi/nifi-nar/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-nifi-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>

<artifactId>yauaa-nifi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion udfs/nifi/nifi-processors/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-nifi-parent</artifactId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>

<artifactId>yauaa-nifi-processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion udfs/nifi/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-nifi-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion udfs/pig/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<artifactId>yauaa-pig</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>5.19</version>
<version>5.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down

0 comments on commit eb15018

Please sign in to comment.