You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/12/01 11:15:47 UTC

[netbeans-nbpackage] branch master updated: version scheme + url + dependabot

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-nbpackage.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fd20e6  version scheme + url + dependabot
     new f249850  Merge pull request #2 from ebarboni/prepareworkflow
7fd20e6 is described below

commit 7fd20e6f82210f2f31d63df940b1a93389ffb7db
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Dec 1 11:01:09 2022 +0100

    version scheme + url + dependabot
---
 .github/dependabot.yml | 25 +++++++++++++++++++++++++
 pom.xml                | 10 +++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..06f98d8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,25 @@
+# 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.
+
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    target-branch: "master"
+    schedule:
+      interval: "daily"
+
diff --git a/pom.xml b/pom.xml
index 8d1c7de..e3c32d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   
   <groupId>org.apache.netbeans</groupId>
   <artifactId>nbpackage</artifactId>
-  <version>1.0-beta2</version>
+  <version>1.0-beta3-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <name>Apache NetBeans NBPackage</name>
@@ -36,9 +36,9 @@ under the License.
   <description>Apache NetBeans packaging utility.</description>
   
   <scm>
-    <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-tools.git</connection>
-    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-tools.git</developerConnection>
-    <url>https://github.com/apache/netbeans-tools</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-nbpackage.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-nbpackage.git</developerConnection>
+    <url>https://github.com/apache/netbeans-nbpackage</url>
   </scm>
   
   <dependencies>
@@ -177,4 +177,4 @@ under the License.
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
-</project>
\ No newline at end of file
+</project>


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

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