Skip to content

Commit f54b6e1

Browse files
committed
Release: Version v7.26.1
1 parent 94d0c58 commit f54b6e1

File tree

27 files changed

+52
-43
lines changed

27 files changed

+52
-43
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.26.1
10+
===
611
- New/improved detections:
712
- Samsung Browser 24 now does Frozen UA
813

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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</version>
2626
</parent>
2727
<artifactId>yauaa</artifactId>
2828

@@ -864,7 +864,7 @@
864864
<url>https://github.com/nielsbasjes/yauaa</url>
865865
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
866866
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
867-
<tag>HEAD</tag>
867+
<tag>v7.26.1</tag>
868868
</scm>
869869

870870
</project>

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.26.1-SNAPSHOT</version>
24+
<version>7.26.1</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.26.1-SNAPSHOT</yauaa.version>
36+
<yauaa.version>7.26.1</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.26.1-SNAPSHOT</version>
24+
<version>7.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1-SNAPSHOT</version>
23+
<version>7.26.1</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
@@ -16,6 +16,10 @@ The full documentation can be found here [https://yauaa.basjes.nl](https://yauaa
1616
These are only the highlights for the last few releases, the full changelog can be found [here](https://github.com/nielsbasjes/yauaa/blob/main/CHANGELOG.md).
1717

1818
### NEXT RELEASE
19+
- New/improved detections:
20+
- ...
21+
22+
### Version v7.26.1
1923
- New/improved detections:
2024
- Samsung Browser 24 now does Frozen UA
2125

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.26.0
1+
7.26.1

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.26.1-SNAPSHOT</version>
23+
<version>7.26.1</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.26.1-SNAPSHOT</version>
26+
<version>7.26.1</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.2</snakeyaml.version>
4848

4949
<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
50-
<project.build.outputTimestamp>2024-03-14T21:25:57Z</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2024-04-15T10:18:25Z</project.build.outputTimestamp>
5151

5252
<!-- ============================================== -->
5353
<!-- ================ UDF Versions ================ -->
@@ -955,7 +955,7 @@
955955
<url>https://github.com/nielsbasjes/yauaa</url>
956956
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
957957
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
958-
<tag>HEAD</tag>
958+
<tag>v7.26.1</tag>
959959
</scm>
960960

961961
</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
24+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</version>
2626
</parent>
2727
<artifactId>yauaa-elastic-udfs-parent</artifactId>
2828
<packaging>pom</packaging>
@@ -108,7 +108,7 @@
108108
<url>https://github.com/nielsbasjes/yauaa</url>
109109
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
110110
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
111-
<tag>HEAD</tag>
111+
<tag>v7.26.1</tag>
112112
</scm>
113113

114114
</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</version>
2626
</parent>
2727
<artifactId>yauaa-flink-table</artifactId>
2828

@@ -167,7 +167,7 @@
167167
<url>https://github.com/nielsbasjes/yauaa</url>
168168
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
169169
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
170-
<tag>HEAD</tag>
170+
<tag>v7.26.1</tag>
171171
</scm>
172172

173173
</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</version>
2626
</parent>
2727
<artifactId>yauaa-flink</artifactId>
2828

@@ -145,7 +145,7 @@
145145
<url>https://github.com/nielsbasjes/yauaa</url>
146146
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
147147
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
148-
<tag>HEAD</tag>
148+
<tag>v7.26.1</tag>
149149
</scm>
150150

151151
</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</version>
2626
</parent>
2727
<artifactId>yauaa-hive</artifactId>
2828

@@ -256,7 +256,7 @@
256256
<url>https://github.com/nielsbasjes/yauaa</url>
257257
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
258258
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
259-
<tag>HEAD</tag>
259+
<tag>v7.26.1</tag>
260260
</scm>
261261

262262
</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
23+
<version>7.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</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.26.1</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.26.1-SNAPSHOT</version>
25+
<version>7.26.1</version>
2626
</parent>
2727
<artifactId>yauaa-trino</artifactId>
2828

@@ -259,7 +259,7 @@
259259
<url>https://github.com/nielsbasjes/yauaa</url>
260260
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
261261
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
262-
<tag>HEAD</tag>
262+
<tag>v7.26.1</tag>
263263
</scm>
264264

265265
</project>

0 commit comments

Comments
 (0)