Merge pull request #705 from KyleAure/rename-branch
fix: update to main branch
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3211980..56e8e7c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2021, 2026 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
@@ -12,7 +12,15 @@
name: Yasson
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - 'main'
+ - '*-RELEASE'
+ pull_request:
+ branches:
+ - 'main'
+ - '*-RELEASE'
jobs:
build:
diff --git a/README.md b/README.md
index 374a9db..f04550b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
# Eclipse Yasson
[](https://mvnrepository.com/artifact/org.eclipse/yasson)
+<!-- TODO reenable once snapshots can be browsed via https://central.sonatype.com/service/rest/repository/browse/maven-snapshots
[](https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/yasson/)
+-->
[](https://gitter.im/eclipse/yasson)
[](https://www.javadoc.io/doc/org.eclipse/yasson)
-[](https://github.com/eclipse-ee4j/yasson/actions/workflows/maven.yml?branch=master)
+[](https://github.com/eclipse-ee4j/yasson/actions/workflows/maven.yml?branch=main)
[](https://opensource.org/licenses/EPL-2.0)
Yasson is a Java framework which provides a standard binding layer between Java classes and JSON documents. This is similar to what JAXB is doing in the XML world. Yasson is an official reference implementation of JSON Binding ([JSR-367](https://jcp.org/en/jsr/detail?id=367)).