Skip to content

Commit ca4e4c7

Browse files
committed
Update snapshot version
1 parent 03812bc commit ca4e4c7

12 files changed

Lines changed: 18 additions & 131 deletions

File tree

.github/release-drafter.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Projects that use Matomo Java Tracker:
6969

7070
## What Is New?
7171

72-
### Version 4.0.x
72+
### Version 4.0.0
7373

7474
Added more tracking parameters for user agent data, ecommerce product, bot recording mode, HTTP status, bandwidth,
7575
source label and media attributes.
@@ -137,14 +137,14 @@ summary of the breaking changes and the recommended replacements:
137137
- Deprecated `Country(Locale)` constructor and `Country.getLocale()` / `Country.setLocale(Locale)`
138138
methods have been removed. Construct `Country` from a country code string instead.
139139

140-
### Version 3.4.x
140+
### Version 3.4.0
141141

142142
We fixed a synchronization issue in the Java 8 sender (https://github.com/matomo-org/matomo-java-tracker/issues/168).
143143
To consume the exact amount of space needed for the queries to send to Matomo, we need the collection size of the incoming
144144
requests. So we changed `Iterable` to `Collection` in some `MatomoTracker`. This could affect users, that use parameters
145145
of type `Iterable` in the tracker. Please use `Collection` instead.
146146

147-
### Version 3.3.x
147+
### Version 3.3.1
148148

149149
Do you still use Matomo Java Tracker 2.x? We created version 3, that is compatible with Matomo 4 and 5 and contains
150150
fewer
@@ -754,7 +754,7 @@ version can be used in your local Maven repository for testing purposes, e.g.
754754
<dependency>
755755
<groupId>org.matomo.java</groupId>
756756
<artifactId>matomo-java-tracker</artifactId>
757-
<version>4.0.0-SNAPSHOT</version>
757+
<version>4.0.1-SNAPSHOT</version>
758758
</dependency>
759759
```
760760

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ currently being supported with security updates.
77

88
| Version | Supported |
99
|---------|------------------------|
10-
| >3 | :white_check_mark: yes |
11-
| <=2 | ✖️ no |
10+
| >4 | :white_check_mark: yes |
11+
| <=3 | ✖️ no |
1212

1313
## Reporting a Vulnerability
1414

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

java11/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>matomo-java-tracker-java11</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Matomo Java Tracker Java 11</name>

java8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>matomo-java-tracker</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Matomo Java Tracker Java 8</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.piwik.java.tracking</groupId>
66
<artifactId>matomo-java-tracker-parent</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Matomo Java Tracker Parent</name>

servlet-jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>matomo-java-tracker-servlet-jakarta</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Matomo Java Tracker Servlet Jakarta</name>

servlet-javax/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.piwik.java.tracking</groupId>
77
<artifactId>matomo-java-tracker-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>matomo-java-tracker-servlet-javax</artifactId>
13-
<version>4.0.0-SNAPSHOT</version>
13+
<version>4.0.1-SNAPSHOT</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Matomo Java Tracker Servlet Javax</name>

0 commit comments

Comments
 (0)