This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/master by this push:
new a92b886d chore(deps): set shared-deps version to 1.3.1-SNAPSHOT after
the release
a92b886d is described below
commit a92b886defdfadd9a9fca1c985a629d3db46ec82
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 22 13:27:41 2025 +0200
chore(deps): set shared-deps version to 1.3.1-SNAPSHOT after the release
---
eclipse/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 4baf0620..e16907c0 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -223,7 +223,7 @@
<properties>
<tycho.version>4.0.13</tycho.version>
- <sling-ide.shared-deps.version>1.3.0</sling-ide.shared-deps.version>
+
<sling-ide.shared-deps.version>1.3.1-SNAPSHOT</sling-ide.shared-deps.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
<maven.compiler.target>17</maven.compiler.target>