diff --git a/.github/project.yml b/.github/project.yml
index 7f73c4f8..a0540de8 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,4 +1,4 @@
name: SmallRye Stork
release:
- current-version: 2.6.0
- next-version: 2.7.0-SNAPSHOT
+ current-version: 2.7.0
+ next-version: 2.7.1-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 735c9ca6..04805254 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,6 +313,7 @@
${revapi.skip}
false
+ 2.6.1
diff --git a/test-utils/revapi.json b/test-utils/revapi.json
index eae96de7..9976478a 100644
--- a/test-utils/revapi.json
+++ b/test-utils/revapi.json
@@ -24,7 +24,25 @@
"criticality" : "highlight",
"minSeverity" : "POTENTIALLY_BREAKING",
"minCriticality" : "documented",
- "differences" : [ ]
+ "differences" : [
+
+ {
+ "ignore": true,
+ "code": "java.annotation.removed",
+ "old": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
+ "new": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
+ "annotation": "@io.smallrye.stork.api.config.ServiceDiscoveryAttributes({@io.smallrye.stork.api.config.ServiceDiscoveryAttribute(name = \"one\", description = \"no description\"), @io.smallrye.stork.api.config.ServiceDiscoveryAttribute(name = \"two\", description = \"no description\")})",
+ "justification": "New registrar API"
+ },
+ {
+ "ignore": true,
+ "code": "java.annotation.added",
+ "old": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
+ "new": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
+ "annotation": "@io.smallrye.stork.api.config.ServiceRegistrarAttributes({@io.smallrye.stork.api.config.ServiceRegistrarAttribute(name = \"one\", description = \"no description\"), @io.smallrye.stork.api.config.ServiceRegistrarAttribute(name = \"two\", description = \"no description\")})",
+ "justification": "New registrar API"
+ }
+ ]
}
}, {
"extension" : "revapi.reporter.json",