Skip to content

Commit

Permalink
Release: Version v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Apr 17, 2024
1 parent 6cf762c commit 9c97344
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion devtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<groupId>nl.basjes.parse.devtools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<artifactId>apache-beam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<artifactId>apache-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-hadoop-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>
<artifactId>apache-hadoop-mapreduce</artifactId>
<name>Parser - Examples - Apache Hadoop MapReduce</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>
<artifactId>java-pojo</artifactId>
<name>Parser - Examples - Java POJO</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<groupId>nl.basjes.parse.httpdlog.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-inputformat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>
<artifactId>httpdlog-inputformat</artifactId>
<name>Parser - Apache HTTPD - Hadoop InputFormat</name>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<artifactId>httpdlog-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>
<artifactId>httpdlog-serde</artifactId>
<name>Parser - Apache HTTPD - HCatalog SerDe</name>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<groupId>nl.basjes.parse.httpdlog</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parser-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>
<artifactId>parser-core</artifactId>
<name>Parser - Core</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.basjes.parse</groupId>
<artifactId>parser-parent</artifactId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
<packaging>pom</packaging>
<name>Parser -</name>
<description>A library to allow easy parsing of Apache HTTPD access logs with Java.</description>
Expand All @@ -31,7 +31,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.release>8</maven.compiler.release>

<project.build.outputTimestamp>2023-06-09T13:25:50Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-17T10:35:02Z</project.build.outputTimestamp>

<!-- In order for everything to work correctly we need atleast this version of maven. -->
<maven.minimal.version>3.5.2</maven.minimal.version>
Expand Down Expand Up @@ -532,7 +532,7 @@
<url>https://github.com/nielsbasjes/logparser</url>
<connection>scm:https://github.com/nielsbasjes/logparser.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v5.11.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion utils/PojoGenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.basjes.parse.utils</groupId>
<artifactId>parse-utils</artifactId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<artifactId>PojoGenerator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.10.1-SNAPSHOT</version>
<version>5.11.0</version>
</parent>

<groupId>nl.basjes.parse.utils</groupId>
Expand Down

0 comments on commit 9c97344

Please sign in to comment.