diff --git a/README.md b/README.md
index e004973..22326df 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
 # Java API for JSON Binding (JSON-B)
 
-JSON-B is a standard binding layer for converting Java objects to/from JSON messages. It defines a default mapping algorithm for converting existing Java classes to JSON, while enabling developers to customize the mapping process through the use of Java annotations.
-
-## License
-
-[Java API for JSON Binding 1.0 Specification license](https://jcp.org/aboutJava/communityprocess/licenses/jsr367/SpecLicense-JSR_367_JSON_B-1.0-8.18.14.pdf)
+:warning: This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the [corresponding Eclipse repository](https://github.com/eclipse-ee4j/jsonb-api). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status.
 
 ## Links
-- JSON-B official web site: http://json-b.net
-- Discussion groups: https://javaee.groups.io/g/jsonb-spec
+
+- JSON-B community web site: http://json-b.net
+- Eclipse Project for JSON-B: https://projects.eclipse.org/projects/ee4j.jsonb
+- Discussion groups: jsonb-dev@eclipse.org
 - JSR-367 page on JCP site: https://jcp.org/en/jsr/detail?id=367
-- Yasson (Reference Implementation): https://github.com/eclipse/yasson
+- Yasson (Reference Implementation): https://github.com/eclipse-ee4j/yasson
diff --git a/api/pom.xml b/api/pom.xml
index e71d025..4d55d09 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -52,7 +52,7 @@
 
     <groupId>javax.json.bind</groupId>
     <artifactId>javax.json.bind-api</artifactId>
-    <version>1.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>javax.json.bind-api</name>
 
@@ -87,7 +87,7 @@
         <connection>scm:git:git://github.com/javaee/jsonb-spec.git</connection>
         <developerConnection>scm:git:git@github.com:javaee/jsonb-spec.git</developerConnection>
         <url>https://github.com/javaee/jsonb-spec</url>
-        <tag>1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <developers>
diff --git a/debian/changelog b/debian/changelog
index 36543ab..6630c18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jsonb-api (1.0+git20180525.1.dc81f78-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 17 Apr 2022 03:08:31 -0000
+
 jsonb-api (1.0-2) unstable; urgency=medium
 
   * Standards-Version updated to 4.5.1