Skip to content

Commit e5c7790

Browse files
committed
Release: Version v7.28.1
1 parent 0cfc661 commit e5c7790

File tree

28 files changed

+54
-45
lines changed

28 files changed

+54
-45
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.1
10+
===
611
- Build/Release:
712
- Trino UDF was not released with 7.28.0
813
- Fix reproducibility issue

analyzer/pom.xml

Lines changed: 3 additions & 3 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.1-SNAPSHOT</version>
25+
<version>7.28.1</version>
2626
</parent>
2727
<artifactId>yauaa</artifactId>
2828

@@ -475,7 +475,7 @@
475475
<configuration>
476476
<target>
477477
<fileset id="packagedRules" dir="src/main/resources/UserAgents/" />
478-
<pathconvert targetos="unix" pathsep="&quot;,&#xD; &quot;" property="my-file-list" refid="packagedRules">
478+
<pathconvert targetos="unix" pathsep="&quot;,&#xD; &quot;" property="my-file-list" refid="packagedRules">
479479
<map from="${project.basedir}/src/main/resources/" to="" />
480480
</pathconvert>
481481
<!--suppress MavenModelInspection -->
@@ -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.1</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.1-SNAPSHOT</version>
24+
<version>7.28.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.28.1-SNAPSHOT</yauaa.version>
36+
<yauaa.version>7.28.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.28.1-SNAPSHOT</version>
24+
<version>7.28.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.28.1-SNAPSHOT</version>
25+
<version>7.28.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.28.1-SNAPSHOT</version>
23+
<version>7.28.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.28.1
1923
- Build/Release:
2024
- Trino UDF was not released with 7.28.0
2125
- Fix reproducibility issue
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.28.0
1+
7.28.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.28.1-SNAPSHOT</version>
23+
<version>7.28.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)