This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7081c97e89 OAK-11936: Allow updating the inference config via JMX -
fix package version
7081c97e89 is described below
commit 7081c97e897f036211ad679eb6bd6725d2fb89aa
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Oct 27 08:10:38 2025 +0100
OAK-11936: Allow updating the inference config via JMX - fix package version
---
.../src/main/java/org/apache/jackrabbit/oak/api/jmx/package-info.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/oak-api/src/main/java/org/apache/jackrabbit/oak/api/jmx/package-info.java
b/oak-api/src/main/java/org/apache/jackrabbit/oak/api/jmx/package-info.java
index 47361eda97..97fec758d3 100644
--- a/oak-api/src/main/java/org/apache/jackrabbit/oak/api/jmx/package-info.java
+++ b/oak-api/src/main/java/org/apache/jackrabbit/oak/api/jmx/package-info.java
@@ -14,8 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-@Version("4.15.0")
+@Version("4.16.0")
package org.apache.jackrabbit.oak.api.jmx;
import org.osgi.annotation.versioning.Version;