Skip to content

Commit 2815f21

Browse files
committed
Release: Version v7.29.0
1 parent 3b6b279 commit 2815f21

File tree

28 files changed

+53
-44
lines changed

28 files changed

+53
-44
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ This is intended as an overview of the major changes
33

44
NEXT RELEASE
55
===
6+
- New/improved detections:
7+
- ...
8+
9+
v7.29.0
10+
===
611
- Build
712
- Require JDK 23 installed for Trino support.
813
- Leverage new toolchains plugin: no longer needs toolchains.xml.

analyzer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa</artifactId>
2828

@@ -861,7 +861,7 @@
861861
<url>https://github.com/nielsbasjes/yauaa</url>
862862
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
863863
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
864-
<tag>HEAD</tag>
864+
<tag>v7.29.0</tag>
865865
</scm>
866866

867867
</project>

analyzer/src/main/antlr4/nl/basjes/parse/useragent/parser/UserAgent.g4

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>yauaa-parent</artifactId>
2323
<groupId>nl.basjes.parse.useragent</groupId>
24-
<version>7.28.2-SNAPSHOT</version>
24+
<version>7.29.0</version>
2525
</parent>
2626
<artifactId>yauaa-benchmark</artifactId>
2727

@@ -33,7 +33,7 @@
3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
<jmh.version>1.37</jmh.version>
36-
<yauaa.version>7.28.2-SNAPSHOT</yauaa.version>
36+
<yauaa.version>7.29.0</yauaa.version>
3737

3838
<!--
3939
Name of the benchmark Uber-JAR to generate.

devtools/analysis/loader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>nl.basjes.parse.useragent</groupId>
2323
<artifactId>yauaa-parent</artifactId>
24-
<version>7.28.2-SNAPSHOT</version>
24+
<version>7.29.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

devtools/log2test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>nl.basjes.parse.useragent</groupId>
2424
<artifactId>yauaa-parent</artifactId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

devtools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>yauaa-parent</artifactId>
2222
<groupId>nl.basjes.parse.useragent</groupId>
23-
<version>7.28.2-SNAPSHOT</version>
23+
<version>7.29.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

documentation/content/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ These are only the highlights for the last few releases, the full changelog can
1919
- New/improved detections:
2020
- ...
2121

22+
### Version v7.29.0
23+
- New/improved detections:
24+
- ...
25+
2226
### Version v7.28.1
2327
- Build/Release:
2428
- Trino UDF was not released with 7.28.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.28.1
1+
7.29.0

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>yauaa-parent</artifactId>
2222
<groupId>nl.basjes.parse.useragent</groupId>
23-
<version>7.28.2-SNAPSHOT</version>
23+
<version>7.29.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>yauaa-parent</artifactId>
2424
<packaging>pom</packaging>
2525
<groupId>nl.basjes.parse.useragent</groupId>
26-
<version>7.28.2-SNAPSHOT</version>
26+
<version>7.29.0</version>
2727

2828
<name>Yauaa : </name>
2929
<description>A parsing and analyzing library to get information from a useragent string.</description>
@@ -47,7 +47,7 @@
4747
<snakeyaml.version>2.3</snakeyaml.version>
4848

4949
<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
50-
<project.build.outputTimestamp>2024-09-15T16:02:15Z</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2024-11-17T14:28:36Z</project.build.outputTimestamp>
5151

5252
<!-- ============================================== -->
5353
<!-- ================ UDF Versions ================ -->
@@ -956,7 +956,7 @@
956956
<url>https://github.com/nielsbasjes/yauaa</url>
957957
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
958958
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
959-
<tag>HEAD</tag>
959+
<tag>v7.29.0</tag>
960960
</scm>
961961

962962
</project>

udfs/beam-sql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-beam-sql</artifactId>
2828

@@ -146,7 +146,7 @@
146146
<url>https://github.com/nielsbasjes/yauaa</url>
147147
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
148148
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
149-
<tag>HEAD</tag>
149+
<tag>v7.29.0</tag>
150150
</scm>
151151

152152
</project>

udfs/beam/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-beam</artifactId>
2828

@@ -134,7 +134,7 @@
134134
<url>https://github.com/nielsbasjes/yauaa</url>
135135
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
136136
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
137-
<tag>HEAD</tag>
137+
<tag>v7.29.0</tag>
138138
</scm>
139139

140140
</project>

udfs/drill/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>yauaa-udf-parent</artifactId>
2323
<groupId>nl.basjes.parse.useragent</groupId>
24-
<version>7.28.2-SNAPSHOT</version>
24+
<version>7.29.0</version>
2525
</parent>
2626
<artifactId>yauaa-drill</artifactId>
2727

@@ -198,7 +198,7 @@
198198
<url>https://github.com/nielsbasjes/yauaa</url>
199199
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
200200
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
201-
<tag>HEAD</tag>
201+
<tag>v7.29.0</tag>
202202
</scm>
203203

204204
</project>

udfs/elastic/elasticsearch-7/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-elastic-udfs-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-elasticsearch</artifactId>
2828
<packaging>jar</packaging>
@@ -179,7 +179,7 @@
179179
<url>https://github.com/nielsbasjes/yauaa</url>
180180
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
181181
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
182-
<tag>HEAD</tag>
182+
<tag>v7.29.0</tag>
183183
</scm>
184184

185185
</project>

udfs/elastic/elasticsearch-8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-elastic-udfs-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-elasticsearch-8</artifactId>
2828
<packaging>jar</packaging>
@@ -180,7 +180,7 @@
180180
<url>https://github.com/nielsbasjes/yauaa</url>
181181
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
182182
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
183-
<tag>HEAD</tag>
183+
<tag>v7.29.0</tag>
184184
</scm>
185185

186186
</project>

udfs/elastic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-elastic-udfs-parent</artifactId>
2828
<packaging>pom</packaging>
@@ -104,7 +104,7 @@
104104
<url>https://github.com/nielsbasjes/yauaa</url>
105105
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
106106
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
107-
<tag>HEAD</tag>
107+
<tag>v7.29.0</tag>
108108
</scm>
109109

110110
</project>

udfs/flink-table/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-flink-table</artifactId>
2828

@@ -163,7 +163,7 @@
163163
<url>https://github.com/nielsbasjes/yauaa</url>
164164
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
165165
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
166-
<tag>HEAD</tag>
166+
<tag>v7.29.0</tag>
167167
</scm>
168168

169169
</project>

udfs/flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-flink</artifactId>
2828

@@ -141,7 +141,7 @@
141141
<url>https://github.com/nielsbasjes/yauaa</url>
142142
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
143143
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
144-
<tag>HEAD</tag>
144+
<tag>v7.29.0</tag>
145145
</scm>
146146

147147
</project>

udfs/hive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-hive</artifactId>
2828

@@ -252,7 +252,7 @@
252252
<url>https://github.com/nielsbasjes/yauaa</url>
253253
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
254254
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
255-
<tag>HEAD</tag>
255+
<tag>v7.29.0</tag>
256256
</scm>
257257

258258
</project>

udfs/logparser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-logparser</artifactId>
2828

@@ -150,7 +150,7 @@
150150
<url>https://github.com/nielsbasjes/yauaa</url>
151151
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
152152
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
153-
<tag>HEAD</tag>
153+
<tag>v7.29.0</tag>
154154
</scm>
155155

156156
</project>

udfs/nifi/nifi-nar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>nl.basjes.parse.useragent</groupId>
2424
<artifactId>yauaa-nifi-parent</artifactId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727

2828
<artifactId>yauaa-nifi</artifactId>

udfs/nifi/nifi-processors/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>nl.basjes.parse.useragent</groupId>
2424
<artifactId>yauaa-nifi-parent</artifactId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727

2828
<artifactId>yauaa-nifi-processors</artifactId>
@@ -128,7 +128,7 @@
128128
<url>https://github.com/nielsbasjes/yauaa</url>
129129
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
130130
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
131-
<tag>HEAD</tag>
131+
<tag>v7.29.0</tag>
132132
</scm>
133133

134134
</project>

udfs/nifi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-nifi-parent</artifactId>
2828
<packaging>pom</packaging>
@@ -94,7 +94,7 @@
9494
<url>https://github.com/nielsbasjes/yauaa</url>
9595
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
9696
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
97-
<tag>HEAD</tag>
97+
<tag>v7.29.0</tag>
9898
</scm>
9999

100100
</project>

udfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>yauaa-parent</artifactId>
2222
<groupId>nl.basjes.parse.useragent</groupId>
23-
<version>7.28.2-SNAPSHOT</version>
23+
<version>7.29.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<packaging>pom</packaging>

udfs/snowflake/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-snowflake</artifactId>
2828

@@ -178,7 +178,7 @@
178178
<url>https://github.com/nielsbasjes/yauaa</url>
179179
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
180180
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
181-
<tag>HEAD</tag>
181+
<tag>v7.29.0</tag>
182182
</scm>
183183

184184
</project>

udfs/trino/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>yauaa-udf-parent</artifactId>
2424
<groupId>nl.basjes.parse.useragent</groupId>
25-
<version>7.28.2-SNAPSHOT</version>
25+
<version>7.29.0</version>
2626
</parent>
2727
<artifactId>yauaa-trino</artifactId>
2828

@@ -273,7 +273,7 @@
273273
<url>https://github.com/nielsbasjes/yauaa</url>
274274
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
275275
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
276-
<tag>HEAD</tag>
276+
<tag>v7.29.0</tag>
277277
</scm>
278278

279279
</project>

0 commit comments

Comments
 (0)