Skip to content

Commit

Permalink
Set next version to 4.0 because of several API breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 6, 2018
1 parent 34a3fb9 commit 8578f9e
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 16 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ v3.3
- Fixed NPE in parse error situation (Hacker scenario)
- Never let any NPE disturb the calling application ever again

v3.4
v4.0
===
- Switch Analyzer to interface with default methods
- Rename package annonate to annotate (which was a typo)
- Upgrade Antlr to 4.7.1 and get rid of bug workaround
4 changes: 2 additions & 2 deletions ReleaseProcedure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mvn clean verify -Pplatfora
mvn clean -Pplatfora

# Prepare the versions for the release
RELEASEVERSION=3.3
NEXTVERSION=3.4
RELEASEVERSION=4.0
NEXTVERSION=4.1

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

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-benchmark</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-commandline</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion devtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactId>yauaa-parent</artifactId>
<packaging>pom</packaging>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-beam</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-flink</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-hive</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/logparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-logparser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-pig</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/platfora/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>yauaa-platfora</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>3.4-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down

0 comments on commit 8578f9e

Please sign in to comment.