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 2019/08/05 14:32:51 UTC

[netbeans-mavenutils-nbm-shared] branch master updated (3495a5a -> 887a53c)

This is an automated email from the ASF dual-hosted git repository.

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


    from 3495a5a  [maven-release-plugin] prepare for next development iteration
     new 366ba23  cleanup gitignore
     new 887a53c  description change

The 2 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:
 .gitignore | 11 +----------
 pom.xml    |  2 +-
 2 files changed, 2 insertions(+), 11 deletions(-)


---------------------------------------------------------------------
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


[netbeans-mavenutils-nbm-shared] 01/02: cleanup gitignore

Posted by sk...@apache.org.
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-shared.git

commit 366ba2339e327d896a157c31a9f9b1470c005f52
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Aug 5 16:32:31 2019 +0200

    cleanup gitignore
---
 .gitignore | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3bb462b..6dd1416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,3 @@
 /target/
 /nbactions.xml
-/nbm-maven-plugin/target/
-/nb-repository-plugin/target/
-/nbm-shared/target/
-/nbm-maven-harness/target/
-/archetype/nbm-archetype/target/
-/archetype/nbm-suite-root/target/
-/archetype/netbeans-platform-app-archetype/target/
-/parent/target/
-/webskin/target/
-/netbeansparent/target/
\ No newline at end of file
+/nb-configuration.xml
\ No newline at end of file


---------------------------------------------------------------------
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


[netbeans-mavenutils-nbm-shared] 02/02: description change

Posted by sk...@apache.org.
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-shared.git

commit 887a53c6bbf18b47b0a446c6488668a18953c9fc
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Aug 5 16:32:45 2019 +0200

    description change
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfd52bb..f15a23d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <packaging>jar</packaging>
 
     <name>Apache NetBeans Maven Utilities - NBM Shared lib Plugins Utilities</name>
-    <description>Maven plugin for creating Maven Repository out of a Apache NetBeans installation (and other sources) for consumption by the projects using nbm-maven-plugin.
+    <description>Library used by nb-repository-plugin and nbm-maven-plugin to help building Apache NetBeans installation (and other sources).
     </description>
     <inceptionYear>2005</inceptionYear>
     <url>http://bits.netbeans.org/mavenutilities/nb-shared</url>


---------------------------------------------------------------------
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