Skip to content

Commit d504312

Browse files
committed
Release: Version v7.28.0
1 parent 4c3b843 commit d504312

File tree

26 files changed

+50
-41
lines changed

26 files changed

+50
-41
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.28.0
10+
===
611
- Analyzer:
712
- Fix edge case if ONLY a specific useragent is given in SQL class UDFs.
813
- New/improved detections:

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.27.1-SNAPSHOT</version>
25+
<version>7.28.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.28.0</tag>
865865
</scm>
866866

867867
</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.27.1-SNAPSHOT</version>
24+
<version>7.28.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.27.1-SNAPSHOT</yauaa.version>
36+
<yauaa.version>7.28.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.27.1-SNAPSHOT</version>
24+
<version>7.28.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.27.1-SNAPSHOT</version>
25+
<version>7.28.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.27.1-SNAPSHOT</version>
23+
<version>7.28.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.28.0
1923
- Analyzer:
2024
- Fix edge case if ONLY a specific useragent is given in SQL class UDFs.
2125
- New/improved detections:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.27.0
1+
7.28.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.27.1-SNAPSHOT</version>
23+
<version>7.28.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.27.1-SNAPSHOT</version>
26+
<version>7.28.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-08-24T14:12:55Z</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2024-09-12T21:28:42Z</project.build.outputTimestamp>
5151

5252
<!-- ============================================== -->
5353
<!-- ================ UDF Versions ================ -->
@@ -960,7 +960,7 @@
960960
<url>https://github.com/nielsbasjes/yauaa</url>
961961
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
962962
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
963-
<tag>HEAD</tag>
963+
<tag>v7.28.0</tag>
964964
</scm>
965965

966966
</project>

0 commit comments

Comments
 (0)