Skip to content

Commit 8ef51b6

Browse files
committed
fix: main snapshot version
1 parent 40c0444 commit 8ef51b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2016, 2026 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0 which is available at
@@ -25,7 +25,7 @@
2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>org.eclipse</groupId>
2727
<artifactId>yasson</artifactId>
28-
<version>3.0.4-SNAPSHOT</version>
28+
<version>3.0.5-SNAPSHOT</version>
2929
<packaging>jar</packaging>
3030
<name>Yasson</name>
3131

yasson-tck/pom.xml

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

1212
<properties>
1313
<jsonb.tck.version>3.0.0</jsonb.tck.version>
14-
<yasson.version>3.0.4-SNAPSHOT</yasson.version>
14+
<yasson.version>3.0.6-SNAPSHOT</yasson.version>
1515
<jakarta.json.bind.version>3.0.1</jakarta.json.bind.version>
1616
<jakarta.json.version>2.1.3</jakarta.json.version>
1717
<maven.compiler.source>11</maven.compiler.source>

0 commit comments

Comments
 (0)