Skip to content

Commit da491f8

Browse files
Tozzi, Biagio Placido (Bip Group)Tozzi, Biagio Placido (Bip Group)
Tozzi, Biagio Placido (Bip Group)
authored and
Tozzi, Biagio Placido (Bip Group)
committed
5.1.2
1 parent a56b872 commit da491f8

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'app.tozzi'
8-
version = '5.1.1'
8+
version = '5.1.2'
99

1010
compileJava {
1111
sourceCompatibility = JavaVersion.VERSION_17
@@ -66,7 +66,7 @@ publishing {
6666
mavenJava(MavenPublication) {
6767
group = 'app.tozzi'
6868
artifactId = 'pec-parser'
69-
version = "5.1.1"
69+
version = "5.1.2"
7070
from components.java
7171
pom {
7272
name = 'pec-parser'

publiccode.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,16 @@ description:
2828
2929
_Maven_
3030
31-
`
32-
33-
<dependency>
34-
31+
`<dependency>
3532
<groupId>app.tozzi</groupId>
36-
3733
<artifactId>pec-parser</artifactId>
38-
39-
<version>5.1.1</version>
40-
41-
</dependency>
42-
43-
`
34+
<version>5.1.2</version>
35+
</dependency>`
4436
4537
4638
_Gradle_
4739
48-
`implementation("app.tozzi.mail:pec-parser:5.1.1")`
40+
`implementation("app.tozzi.mail:pec-parser:5.1.2")`
4941
5042
**Requisiti**
5143
@@ -150,7 +142,7 @@ platforms:
150142
- linux
151143
- ios
152144
- android
153-
releaseDate: '2025-04-19'
145+
releaseDate: '2025-05-28'
154146
softwareType: standalone/web
155-
softwareVersion: 5.1.1
147+
softwareVersion: 5.1.2
156148
url: 'https://github.com/biagioT/java-pec-parser'

0 commit comments

Comments
 (0)