diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7630913..5d0e221 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,30 +1,3 @@
+#### :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/orb-gmbal). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status.
+ 
 ---
-
----
-
-# Source Code Submissions 
-We welcome your contributions and look forward to collaborating with you. We can only accept source code repository 
-submissions from users who have signed and returned the Oracle 
-Contributor Agreement. You will find details and the agreement to sign at this OTN web page: 
-[Oracle Contributor Agreement](http://www.oracle.com/technetwork/community/oca-486395.html). 
-
-# Other Contributions
-For all project Submissions other than source code repository contributions, the following also applies: Oracle does 
-not claim ownership of Your Submissions. However, in order to fulfill 
-the purposes of this project, You must give Oracle and all Users 
-the right to post, access, discuss, use, publish, disseminate, and refine 
-Your Submissions. 
-
-In legalese: *You hereby grant to Oracle and all 
-Users a royalty-free, perpetual, irrevocable, worldwide, non-exclusive, 
-and fully sub-licensable right and license, under Your intellectual 
-property rights, to reproduce, modify, adapt, publish, translate, create 
-derivative works from, distribute, perform, display, and use Your 
-Submissions (in whole or part) and to incorporate or implement them in 
-other works in any form, media, or technology now known or later 
-developed, all subject to the obligation to retain any copyright notices 
-included in Your Submissions. All Users, Oracle, and their 
-sublicensees are responsible for any modifications they make to the 
-Submissions of others.*
-
-Copyright © 2017 Oracle and/or its affiliates. All rights reserved.
diff --git a/README.md b/README.md
index 637c05b..ba85ebd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+#### :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/orb-gmbal). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status.
+ 
+---
 # Glassfish MBean Annotation Library
 
 This is the [gmbal project](https://javaee.github.io/gmbal/).
diff --git a/debian/changelog b/debian/changelog
index ec8593c..a79886e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gmbal (4.0.0-b002+git20180906.1.d1c0b81-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 15 Apr 2022 03:04:16 -0000
+
 gmbal (4.0.0-b002-1) unstable; urgency=medium
 
   * Initial release (Closes: #904355)
diff --git a/pom.xml b/pom.xml
index 7b14e2d..2a3c716 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
 
     <groupId>org.glassfish.gmbal</groupId>
     <artifactId>gmbal</artifactId>
-    <version>4.0.0-b002</version>
+    <version>4.0.0-b003-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>GlassFish MBean Annotation Library</description>
@@ -76,7 +76,7 @@
         <connection>scm:git:https://github.com/javaee/gmbal.git</connection>
         <developerConnection>scm:git:ssh://git@github.com/javaee/gmbal.git</developerConnection>
         <url>https://github.com/javaee/gmbal</url>
-        <tag>gmbal-4.0.0-b002</tag>
+        <tag>HEAD</tag>
     </scm>
     
     <licenses>