This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 7289464a6e2 Fix spec.version.base increment on maven and
java.editor.lib modules for NB18.
new acffecd4386 Merge pull request #5412 from neilcsmith-net/fix-incr-spec
7289464a6e2 is described below
commit 7289464a6e2f32d8d84c77076bf30c61b55de69a
Author: Neil C Smith <[email protected]>
AuthorDate: Thu Feb 2 14:46:29 2023 +0000
Fix spec.version.base increment on maven and java.editor.lib modules for
NB18.
---
java/java.editor.lib/nbproject/project.properties | 2 +-
java/maven/nbproject/project.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/java.editor.lib/nbproject/project.properties
b/java/java.editor.lib/nbproject/project.properties
index 84b63e6e1a2..7d4f923af97 100644
--- a/java/java.editor.lib/nbproject/project.properties
+++ b/java/java.editor.lib/nbproject/project.properties
@@ -21,6 +21,6 @@ javadoc.apichanges=${basedir}/apichanges.xml
javac.source=1.8
-spec.version.base: 1.49.0
+spec.version.base=1.50.0
is.autoload=true
diff --git a/java/maven/nbproject/project.properties
b/java/maven/nbproject/project.properties
index 40de3798717..c9491f958bd 100644
--- a/java/maven/nbproject/project.properties
+++ b/java/maven/nbproject/project.properties
@@ -22,7 +22,7 @@ javadoc.apichanges=${basedir}/apichanges.xml
javadoc.arch=${basedir}/arch.xml
javahelp.hs=maven.hs
extra.module.files=maven-nblib/
-spec.version.base=2.157.0
+spec.version.base=2.158.0
# The CPExtender test fails in library processing (not randomly) since
NetBeans 8.2; disabling.
test.excludes=**/CPExtenderTest.class
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists