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-nb-repository-plugin.git

commit 1659a7b5bb6eb46cf3f796bdbea3cdcbbcdeffa8
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Jun 4 11:27:28 2019 +0200

    use groupid, and release material
---
 pom.xml               | 4 ++--
 src/it/folder/pom.xml | 4 ++--
 src/it/pom.xml        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdd3c93..19c2e2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@ under the License.
                                 <goal>install</goal>
                             </goals>
                             <filterProperties>
-                                <netbeans.version>RELEASE82</netbeans.version> 
+                                
<netbeans.version>RELEASE110</netbeans.version> 
                             </filterProperties>
                         </configuration>
                         <executions>
@@ -385,7 +385,7 @@ under the License.
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>nb-shared</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.wagon</groupId>
diff --git a/src/it/folder/pom.xml b/src/it/folder/pom.xml
index 52bf830..6013933 100644
--- a/src/it/folder/pom.xml
+++ b/src/it/folder/pom.xml
@@ -18,7 +18,7 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.codehaus.mojo</groupId>
+        <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>nb-repository-plugin-it-root</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
@@ -37,7 +37,7 @@ under the License.
                         </goals>
                         <configuration>
                             
<nexusIndexDirectory>${project.build.directory}/indextest</nexusIndexDirectory>
-                            
<repositoryUrl>http://repo1.maven.org/maven2</repositoryUrl>
+                            
<repositoryUrl>https://repo1.maven.org/maven2</repositoryUrl>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/src/it/pom.xml b/src/it/pom.xml
index 84b1664..fd5d5d2 100644
--- a/src/it/pom.xml
+++ b/src/it/pom.xml
@@ -17,7 +17,7 @@ under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.mojo</groupId>
+    <groupId>org.apache.netbeans.utilities</groupId>
     <artifactId>nb-repository-plugin-it-root</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>


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

Reply via email to