(netbeans) branch master updated: GIT: Removed unnecessary separators from the git toolbar

2023-11-16 Thread mbien
This is an automated email from the ASF dual-hosted git repository.

mbien 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 6a487c46c6 GIT: Removed unnecessary separators from the git toolbar
 new 1389312f5c Merge pull request #6709 from troizet/git_toolbar_separators
6a487c46c6 is described below

commit 6a487c46c6ca483e57bb4bd0dbed249ec34c58f5
Author: Alexey Borokhvostov 
AuthorDate: Thu Nov 16 22:12:09 2023 +0700

GIT: Removed unnecessary separators from the git toolbar
---
 ide/git/src/org/netbeans/modules/git/git-layer.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/ide/git/src/org/netbeans/modules/git/git-layer.xml 
b/ide/git/src/org/netbeans/modules/git/git-layer.xml
index 7845d01deb..102f5b5cd0 100644
--- a/ide/git/src/org/netbeans/modules/git/git-layer.xml
+++ b/ide/git/src/org/netbeans/modules/git/git-layer.xml
@@ -72,10 +72,6 @@
 
 
 
-
-
-
-
 
 
 
@@ -84,10 +80,6 @@
 
 
 
-
-
-
-
 
   
 


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans) branch php-nb21-features updated (758c92a42a -> 269de6453a)

2023-11-16 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a change to branch php-nb21-features
in repository https://gitbox.apache.org/repos/asf/netbeans.git


from 758c92a42a Merge pull request #6675 from junichi11/php82-dnf-types
 new e3dae462af PHP 8.2 Support: Constants in Traits (Part 6)
 new 3a906350c7 Encode parameter types for PhpDoc
 new 269de6453a Merge pull request #6700 from 
junichi11/php82-constants-in-traits

The 9293 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 php/php.api.phpmodule/manifest.mf  |  2 +-
 .../org/netbeans/modules/php/api/PhpVersion.java   | 11 ++
 php/php.editor/nbproject/project.properties|  2 +-
 php/php.editor/nbproject/project.xml   |  2 +-
 .../php/editor/elements/ParameterElementImpl.java  |  8 ++--
 .../ConstantRedeclarationHintError.java| 12 +-
 .../editor/verification/IntroduceSuggestion.java   | 22 +--
 .../testIssue240824/testIssue240824.php.indexed|  2 +-
 .../testPHP82DNFParameterTypes.php.indexed | 20 +-
 .../testPhpDocParameterTypes.php}  | 34 
 .../testPhpDocParameterTypes.php.indexed   | 41 +++
 .../ConstantRedeclarationHint/testTraits.php}  | 34 +++-
 .../testTraits.php.testTraits.hints|  6 +++
 .../testConstantsInTraits01.php}   | 23 ++-
 ...raits01.php.testConstantsInTraits01_PHP81.hints |  0
 ...raits01.php.testConstantsInTraits01_PHP82.hints |  4 ++
 ...s01.php.testConstantsInTraits01_PHP82Fix.fixed} | 22 +++
 .../testConstantsInTraits02.php}   | 24 +++
 ...raits02.php.testConstantsInTraits02_PHP82.hints |  0
 .../testConstantsInTraits03.php}   | 26 
 ...raits03.php.testConstantsInTraits03_PHP82.hints |  0
 .../modules/php/editor/index/PHPIndexTest.java |  4 ++
 .../ConstantRedeclarationHintTest.java |  4 ++
 .../verification/IntroduceSuggestionTest.java  | 46 +-
 24 files changed, 215 insertions(+), 134 deletions(-)
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => data/testfiles/index/testPhpDocParameterTypes/testPhpDocParameterTypes.php} 
(56%)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/index/testPhpDocParameterTypes/testPhpDocParameterTypes.php.indexed
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => data/testfiles/verification/ConstantRedeclarationHint/testTraits.php} (55%)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/verification/ConstantRedeclarationHint/testTraits.php.testTraits.hints
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php}
 (55%)
 copy 
enterprise/web.jspparser/test/unit/data/jspparser-data/wmroot/subdir/Page1.jsp 
=> 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php.testConstantsInTraits01_PHP81.hints
 (100%)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php.testConstantsInTraits01_PHP82.hints
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php.testConstantsInTraits01_PHP82Fix.fixed}
 (56%)
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits02/testConstantsInTraits02.php}
 (55%)
 copy 
enterprise/web.jspparser/test/unit/data/jspparser-data/wmroot/subdir/Page1.jsp 
=> 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits02/testConstantsInTraits02.php.testConstantsInTraits02_PHP82.hints
 (100%)
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits03/testConstantsInTraits03.php}
 (56%)
 copy 
enterprise/web.jspparser/test/unit/data/jspparser-data/wmroot/subdir/Page1.jsp 
=> 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits03/testConstantsInTraits03.php.testConstantsInTraits03_PHP82.hints
 (100%)


-
T

(netbeans) branch master updated: Fixing the UnitTestForSourceQueryImpl for openjdk projects.

2023-11-16 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

jlahoda 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 8c2c04c441 Fixing the UnitTestForSourceQueryImpl for openjdk projects.
 new 5639632600 Merge pull request #6481 from 
lahodaj/fix-unit-test-for-openjdk-project
8c2c04c441 is described below

commit 8c2c04c4417d5f5055e0a9789df148fadf418307
Author: Jan Lahoda 
AuthorDate: Fri Sep 22 14:14:44 2023 +0200

Fixing the UnitTestForSourceQueryImpl for openjdk projects.
---
 .../project/UnitTestForSourceQueryImpl.java| 46 --
 1 file changed, 35 insertions(+), 11 deletions(-)

diff --git 
a/java/java.openjdk.project/src/org/netbeans/modules/java/openjdk/project/UnitTestForSourceQueryImpl.java
 
b/java/java.openjdk.project/src/org/netbeans/modules/java/openjdk/project/UnitTestForSourceQueryImpl.java
index 8bba362c33..e25900149a 100644
--- 
a/java/java.openjdk.project/src/org/netbeans/modules/java/openjdk/project/UnitTestForSourceQueryImpl.java
+++ 
b/java/java.openjdk.project/src/org/netbeans/modules/java/openjdk/project/UnitTestForSourceQueryImpl.java
@@ -20,10 +20,12 @@ package org.netbeans.modules.java.openjdk.project;
 
 import java.net.URL;
 import java.util.Arrays;
+import java.util.LinkedHashSet;
+import java.util.Set;
+import java.util.stream.Collectors;
 import org.netbeans.api.java.project.JavaProjectConstants;
 import org.netbeans.api.project.ProjectUtils;
 import org.netbeans.api.project.SourceGroup;
-import org.netbeans.modules.java.openjdk.project.JDKProject;
 import 
org.netbeans.spi.java.queries.MultipleRootsUnitTestForSourceQueryImplementation;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
@@ -42,23 +44,45 @@ public class UnitTestForSourceQueryImpl implements 
MultipleRootsUnitTestForSourc
 
 @Override
 public URL[] findUnitTests(FileObject source) {
-SourceGroup[] groups = ProjectUtils.getSources(prj)
-   
.getSourceGroups(SourcesImpl.SOURCES_TYPE_JDK_PROJECT_TESTS);
-return notInReturn(source, groups);
+Set roots = 
getRoots(SourcesImpl.SOURCES_TYPE_JDK_PROJECT_TESTS);
+
+if (!insideAnyRoot(roots, source)) {
+return toURLs(roots);
+}
+
+return null;
 }
 
 @Override
 public URL[] findSources(FileObject unitTest) {
-SourceGroup[] groups = ProjectUtils.getSources(prj)
-   
.getSourceGroups(JavaProjectConstants.SOURCES_TYPE_JAVA);
-return notInReturn(unitTest, groups);
+Set roots = 
getRoots(JavaProjectConstants.SOURCES_TYPE_JAVA);
+
+roots.removeAll(getRoots(SourcesImpl.SOURCES_TYPE_JDK_PROJECT_TESTS));
+
+if (!insideAnyRoot(roots, unitTest)) {
+return toURLs(roots);
+}
+
+return null;
 }
 
-private URL[] notInReturn(FileObject file, SourceGroup[] groups) {
+private Set getRoots(String type) {
+SourceGroup[] groups = ProjectUtils.getSources(prj)
+   .getSourceGroups(type);
+
 return Arrays.stream(groups)
  .map(sg -> sg.getRootFolder())
- .filter(root -> FileUtil.isParentOf(root, file) || root 
== file)
- .map(f -> f.toURL())
- .toArray(s -> new URL[s]);
+ .collect(Collectors.toCollection(LinkedHashSet::new));
+}
+
+private boolean insideAnyRoot(Set roots, FileObject toTest) {
+return roots.stream()
+.anyMatch(root -> FileUtil.isParentOf(root, toTest) || 
root == toTest);
+}
+
+private URL[] toURLs(Set roots) {
+return roots.stream()
+.map(f -> f.toURL())
+.toArray(s -> new URL[s]);
 }
 }


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans) branch master updated: The LSP client may send document content with non-LF line endings, normalize before comparing with NB document content.

2023-11-16 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

jlahoda 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 f56a1bf250 The LSP client may send document content with non-LF line 
endings, normalize before comparing with NB document content.
 new a92b79d5ad Merge pull request #6690 from 
lahodaj/java-lsp-normalize-document-line-endings
f56a1bf250 is described below

commit f56a1bf250315fd3f7e4ba52e9ed423acf0a9d39
Author: Jan Lahoda 
AuthorDate: Mon Nov 13 12:00:33 2023 +0100

The LSP client may send document content with non-LF line endings, 
normalize before comparing with NB document content.
---
 .../server/protocol/TextDocumentServiceImpl.java   |  41 ++-
 .../protocol/TextDocumentServiceImplTest.java  | 120 +
 2 files changed, 157 insertions(+), 4 deletions(-)

diff --git 
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImpl.java
 
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImpl.java
index 8f71804dfc..99face0774 100644
--- 
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImpl.java
+++ 
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImpl.java
@@ -1661,10 +1661,7 @@ public class TextDocumentServiceImpl implements 
TextDocumentService, LanguageCli
 if (doc == null) {
 doc = ec.openDocument();
 }
-if (!text.contentEquals(doc.getText(0, doc.getLength( {
-doc.remove(0, doc.getLength());
-doc.insertString(0, text, null);
-}
+updateDocumentIfNeeded(text, doc);
 } catch (BadLocationException ex) {
 Exceptions.printStackTrace(ex);
 //TODO: include stack trace:
@@ -1683,6 +1680,42 @@ public class TextDocumentServiceImpl implements 
TextDocumentService, LanguageCli
 }
 }
 
+static void updateDocumentIfNeeded(String text, Document doc) throws 
BadLocationException {
+String docText = doc.getText(0, doc.getLength());
+
+if (text.contentEquals(docText)) {
+//the texts are the same, no need to change the Document content:
+return ;
+}
+
+//normalize line endings:
+StringBuilder newText = new StringBuilder(text.length());
+int len = text.length();
+boolean modified = false;
+
+for (int i = 0; i < len; i++) {
+char c = text.charAt(i);
+if (c == '\r') {
+if (i + 1 < len && text.charAt(i + 1) == '\n') {
+i++;
+}
+c = '\n';
+modified = true;
+}
+newText.append(c);
+}
+
+String newTextString = newText.toString();
+
+if (modified && docText.equals(newTextString)) {
+//only change in line endings, no need to change the Document 
content:
+return ;
+}
+
+doc.remove(0, doc.getLength());
+doc.insertString(0, newTextString, null);
+}
+
 @Override
 public void didChange(DidChangeTextDocumentParams params) {
 String uri = params.getTextDocument().getUri();
diff --git 
a/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImplTest.java
 
b/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImplTest.java
new file mode 100644
index 00..0f2bda50ae
--- /dev/null
+++ 
b/java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/TextDocumentServiceImplTest.java
@@ -0,0 +1,120 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.netbeans.modules.java.lsp.server.protocol;
+
+import java.util.concurrent.atomic.AtomicInteger;
+import javax.swing.event.DocumentEvent;
+import javax.swing.event.DocumentListener;
+import javax.swing.text.BadLocationException;
+import javax.swing.text.Do

(netbeans) branch master updated: fixed xml files formatting in LSP

2023-11-16 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

jlahoda 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 c541e60ca3 fixed xml files formatting in LSP
 new f314e57c34 Merge pull request #6631 from Achal1607/NETBEANS-6527
c541e60ca3 is described below

commit c541e60ca33457f568da289f77c9badcbd41e1fd
Author: Achal Talati 
AuthorDate: Sat Oct 28 10:08:26 2023 +0530

fixed xml files formatting in LSP

Signed-off-by: Achal Talati 
---
 .../src/org/netbeans/editor/BaseDocument.java  | 25 +-
 .../src/org/netbeans/editor/Utilities.java | 54 +-
 .../modules/xml/text/indent/XMLLexerFormatter.java | 17 +++
 3 files changed, 61 insertions(+), 35 deletions(-)

diff --git a/ide/editor.lib/src/org/netbeans/editor/BaseDocument.java 
b/ide/editor.lib/src/org/netbeans/editor/BaseDocument.java
index 1dc3c6ba45..b564977b02 100644
--- a/ide/editor.lib/src/org/netbeans/editor/BaseDocument.java
+++ b/ide/editor.lib/src/org/netbeans/editor/BaseDocument.java
@@ -2169,30 +2169,7 @@ public class BaseDocument extends AbstractDocument 
implements AtomicLockDocument
 *   the function itself computes the begining of the line first
 */
 int getVisColFromPos(int offset) throws BadLocationException {
-if (offset < 0 || offset > getLength()) {
-throw new BadLocationException("Invalid offset", offset); // NOI18N
-}
-int startLineOffset = Utilities.getRowStart(this, offset);
-int tabSize = getTabSize();
-CharSequence docText = 
org.netbeans.lib.editor.util.swing.DocumentUtilities.getText(this);
-int visCol = 0;
-for (int i = startLineOffset; i < offset; i++) {
-char ch = docText.charAt(i);
-if (ch == '\t') {
-visCol = (visCol + tabSize) / tabSize * tabSize;
-} else {
-// #17356
-int codePoint;
-if (Character.isHighSurrogate(ch) && i + 1 < docText.length()) 
{
-codePoint = Character.toCodePoint(ch, docText.charAt(++i));
-} else {
-codePoint = ch;
-}
-int w = WcwdithUtil.wcwidth(codePoint);
-visCol += w > 0 ? w : 0;
-}
-}
-return visCol;
+return Utilities.getVisColFromPos(this, offset);
 }
 
 protected Dictionary createDocumentProperties(Dictionary 
origDocumentProperties) {
diff --git a/ide/editor.lib/src/org/netbeans/editor/Utilities.java 
b/ide/editor.lib/src/org/netbeans/editor/Utilities.java
index e5fa316eb6..635bd02c09 100644
--- a/ide/editor.lib/src/org/netbeans/editor/Utilities.java
+++ b/ide/editor.lib/src/org/netbeans/editor/Utilities.java
@@ -71,15 +71,18 @@ import javax.swing.text.Element;
 import javax.swing.text.Position;
 import javax.swing.text.View;
 import org.netbeans.api.editor.EditorRegistry;
+import org.netbeans.api.editor.document.LineDocument;
 import org.netbeans.api.editor.document.LineDocumentUtils;
 import org.netbeans.api.editor.mimelookup.MimeLookup;
 import org.netbeans.api.editor.settings.SimpleValueNames;
 import org.netbeans.lib.editor.util.CharSequenceUtilities;
 import org.netbeans.lib.editor.util.swing.DocumentListenerPriority;
 import org.netbeans.lib.editor.util.swing.DocumentUtilities;
+import org.netbeans.modules.editor.indent.api.IndentUtils;
 import org.netbeans.modules.editor.indent.api.Reformat;
 import org.netbeans.modules.editor.indent.spi.CodeStylePreferences;
 import org.netbeans.modules.editor.lib.BeforeSaveTasks;
+import org.netbeans.modules.editor.lib.WcwdithUtil;
 import org.netbeans.modules.editor.lib2.EditorPreferencesDefaults;
 import org.netbeans.modules.editor.lib2.view.DocumentView;
 import org.netbeans.modules.editor.lib2.view.EditorView;
@@ -152,7 +155,40 @@ public class Utilities {
 }
 return -1;
 }
-
+
+/** Get visual column from position. This method can be used
+* only for superfixed font i.e. all characters of all font styles
+* have the same width.
+* @param offset position for which the visual column should be returned
+*   the function itself computes the begining of the line first
+*/
+static int getVisColFromPos(LineDocument doc, int offset) throws 
BadLocationException {
+if (offset < 0 || offset > doc.getLength()) {
+throw new BadLocationException("Invalid offset", offset); // NOI18N
+}
+int startLineOffset =  LineDocumentUtils.getLineStart(doc, offset);
+int tabSize = IndentUtils.tabSize(doc);
+CharSequence docText = 
org.netbeans.lib.editor.util.swing.DocumentUtilities.getText(doc);
+int visCol = 0;
+for (int i = startLineOffset; i < offset; i++) {
+char ch = docText.charAt(i);
+if (ch == '\t') {
+  

svn commit: r65338 - /dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512

2023-11-16 Thread skygo
Author: skygo
Date: Thu Nov 16 14:34:14 2023
New Revision: 65338

Log:
fix sha512

Modified:

dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512

Modified: 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512
 (original)
+++ 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512
 Thu Nov 16 14:34:14 2023
@@ -1 +1 @@
-24c64c945c0469d8987c75dc2074ad66f822af1a97f750e857bdc3b7f127aabc5eacd68733f18059eeb3e71d44709b527885ee65095eb50ee1123f1f45322772
\ No newline at end of file
+24c64c945c0469d8987c75dc2074ad66f822af1a97f750e857bdc3b7f127aabc5eacd68733f18059eeb3e71d44709b527885ee65095eb50ee1123f1f45322772
  utilities-parent-14.0-source-release.zip



-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



svn commit: r65337 - in /dev/netbeans/netbeans-maven-utilities/14.0: ./ utilities-parent-14.0-source-release.zip utilities-parent-14.0-source-release.zip.asc utilities-parent-14.0-source-release.zip.s

2023-11-16 Thread skygo
Author: skygo
Date: Thu Nov 16 14:15:03 2023
New Revision: 65337

Log:
add nbm-maven-plugin-release source

Added:
dev/netbeans/netbeans-maven-utilities/14.0/

dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip
   (with props)

dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.asc

dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512

Added: 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.asc
==
--- 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.asc
 Thu Nov 16 14:15:03 2023
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAmVWIYkACgkQSiYBztqT
+gvPxAA//eoNOxf7noHIAiINs5299BhXExBFJLXttO37rf8hC0VZyGcLTyrAUiiM9
+FfUczA81e3932pgc2sYTwJKHjafI6nufH7nyN1BwewyzrLKpEtWyu09mfs0rirSe
+IOgd8seWumeEmaqW+2Ei41a1ORwpLUKPdm+aJAwWdSThGKFW8rbce7UaUrTq0k4n
+0Kq45oE1kIfK+UNiIThSggTuM6JPovB5obGDR9bR+LK2TCckFwo3OsuMNtw+/MLz
+PY3aQukB7QQEysp5xJk83S+kXF7p5wFQJVeFuFpIPN4d5IVdx4q4fo4ROXHEp4ek
+e7H4XIae08j3VYUWTz0MPLShMkJGx+lB1E8vSGn6x+/U2UgTMylQi9GCXDJvSz/l
+V36tUq2PLzsWv90yVQL4SmXQ56vPsKhDkdyJCQpKJVCK5JYJMYZCsjJmusODZ3uI
+yGhsHp9aJki3CItCnSBzomcTTwcjtjy0Qpjt6Y3umTm2pOPe5yBiDucpttxhsjrg
+ahyVATt+8sFNmn0J4Fc3tuZQ4GsCphDbbyCpL/ttgAy7XU7IQoLWdMDdKvg232K7
+Is8oKqri4e5MGUp8m9jnQJ4MW9PXw3QVaraRXpCfIhxljf9GiJ+uY9363e3TjyoZ
+PABWpc+B40Rj0GwuMo4G6xeqhfLJwOTux9kUEbhD64a39fycB+0=
+=OLT/
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/14.0/utilities-parent-14.0-source-release.zip.sha512
 Thu Nov 16 14:15:03 2023
@@ -0,0 +1 @@
+24c64c945c0469d8987c75dc2074ad66f822af1a97f750e857bdc3b7f127aabc5eacd68733f18059eeb3e71d44709b527885ee65095eb50ee1123f1f45322772
\ No newline at end of file



-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-mavenutils-nbm-maven-plugin) branch master updated: [maven-release-plugin] prepare for next development iteration

2023-11-16 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 19baf87  [maven-release-plugin] prepare for next development iteration
19baf87 is described below

commit 19baf87ec0e26e4458d0e717bed7fd427e967227
Author: Eric Barboni 
AuthorDate: Thu Nov 16 14:55:20 2023 +0100

[maven-release-plugin] prepare for next development iteration
---
 nb-repository-plugin/pom.xml | 2 +-
 nb-shared/pom.xml| 2 +-
 nbm-maven-harness/pom.xml| 2 +-
 nbm-maven-plugin/pom.xml | 2 +-
 pom.xml  | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml
index 4c2c936..63ce875 100644
--- a/nb-repository-plugin/pom.xml
+++ b/nb-repository-plugin/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0
+14.1-SNAPSHOT
 
 
 nb-repository-plugin
diff --git a/nb-shared/pom.xml b/nb-shared/pom.xml
index 5158605..12277ff 100644
--- a/nb-shared/pom.xml
+++ b/nb-shared/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0
+14.1-SNAPSHOT
 
 
 nb-shared
diff --git a/nbm-maven-harness/pom.xml b/nbm-maven-harness/pom.xml
index af89363..34d6db1 100644
--- a/nbm-maven-harness/pom.xml
+++ b/nbm-maven-harness/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0
+14.1-SNAPSHOT
 
 
 nbm-maven-harness
diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml
index 146196a..e24cd2f 100644
--- a/nbm-maven-plugin/pom.xml
+++ b/nbm-maven-plugin/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0
+14.1-SNAPSHOT
 
 
 nbm-maven-plugin
diff --git a/pom.xml b/pom.xml
index afd81de..e5eb34a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0
+14.1-SNAPSHOT
 pom
 
 Apache Netbeans Maven Utilities
@@ -52,7 +52,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-utilities-parent-14.0
+HEAD
 
 
 jira


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-mavenutils-nbm-maven-plugin) branch master updated: [maven-release-plugin] prepare release utilities-parent-14.0

2023-11-16 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 9f86498  [maven-release-plugin] prepare release utilities-parent-14.0
9f86498 is described below

commit 9f86498eaf5dc5041ebc26360cbdcf52e321555b
Author: Eric Barboni 
AuthorDate: Thu Nov 16 14:55:13 2023 +0100

[maven-release-plugin] prepare release utilities-parent-14.0
---
 nb-repository-plugin/pom.xml | 2 +-
 nb-shared/pom.xml| 2 +-
 nbm-maven-harness/pom.xml| 2 +-
 nbm-maven-plugin/pom.xml | 2 +-
 pom.xml  | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml
index 9860cdd..4c2c936 100644
--- a/nb-repository-plugin/pom.xml
+++ b/nb-repository-plugin/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0-SNAPSHOT
+14.0
 
 
 nb-repository-plugin
diff --git a/nb-shared/pom.xml b/nb-shared/pom.xml
index 7d37c7c..5158605 100644
--- a/nb-shared/pom.xml
+++ b/nb-shared/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0-SNAPSHOT
+14.0
 
 
 nb-shared
diff --git a/nbm-maven-harness/pom.xml b/nbm-maven-harness/pom.xml
index 96cf993..af89363 100644
--- a/nbm-maven-harness/pom.xml
+++ b/nbm-maven-harness/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0-SNAPSHOT
+14.0
 
 
 nbm-maven-harness
diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml
index 69e676f..146196a 100644
--- a/nbm-maven-plugin/pom.xml
+++ b/nbm-maven-plugin/pom.xml
@@ -25,7 +25,7 @@ under the License.
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0-SNAPSHOT
+14.0
 
 
 nbm-maven-plugin
diff --git a/pom.xml b/pom.xml
index 9b83eaa..afd81de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
 org.apache.netbeans.utilities
 utilities-parent
-14.0-SNAPSHOT
+14.0
 pom
 
 Apache Netbeans Maven Utilities
@@ -52,7 +52,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-HEAD
+utilities-parent-14.0
 
 
 jira


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



(netbeans-mavenutils-nbm-maven-plugin) annotated tag utilities-parent-14.0 created (now 5e47437)

2023-11-16 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag utilities-parent-14.0
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


  at 5e47437  (tag)
 tagging 9f86498eaf5dc5041ebc26360cbdcf52e321555b (commit)
 replaces nbm-maven-plugin-4.8
  by Eric Barboni
  on Thu Nov 16 14:55:17 2023 +0100

- Log -
[maven-release-plugin] copy for tag utilities-parent-14.0
---

No new revisions were added by this update.


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists