Skip to content

Commit 252e790

Browse files
committed
Release: Version v7.27.0
1 parent 7214247 commit 252e790

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.27.0
10+
===
611
- New/improved detections:
712
- Many Email Clients: Yahoo Y!mail, Mailapp, Foxmail, Superhuman, PostboxApp,
813
Mailspring, Mailbird, Spark, Zoho Mail, Zoho Trident, MailMaster,

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

@@ -847,7 +847,7 @@
847847
<url>https://github.com/nielsbasjes/yauaa</url>
848848
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
849849
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
850-
<tag>HEAD</tag>
850+
<tag>v7.27.0</tag>
851851
</scm>
852852

853853
</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.2-SNAPSHOT</version>
24+
<version>7.27.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.26.2-SNAPSHOT</yauaa.version>
36+
<yauaa.version>7.27.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.26.2-SNAPSHOT</version>
24+
<version>7.27.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.26.2-SNAPSHOT</version>
25+
<version>7.27.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.26.2-SNAPSHOT</version>
23+
<version>7.27.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
@@ -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.27.0
1923
- New/improved detections:
2024
- Many Email Clients: Yahoo Y!mail, Mailapp, Foxmail, Superhuman, PostboxApp,
2125
Mailspring, Mailbird, Spark, Zoho Mail, Zoho Trident, MailMaster,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.26.1
1+
7.27.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.26.2-SNAPSHOT</version>
23+
<version>7.27.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.26.2-SNAPSHOT</version>
26+
<version>7.27.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.2</snakeyaml.version>
4848

4949
<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
50-
<project.build.outputTimestamp>2024-04-15T10:35:06Z</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2024-08-24T13:55:15Z</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.27.0</tag>
960960
</scm>
961961

962962
</project>

0 commit comments

Comments
 (0)