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>

0 commit comments

Comments
 (0)