Skip to content

Commit 135a3e9

Browse files
sahydosahydo
sahydo
authored and
sahydo
committed
Modifications in Project files:
1. Change the GroupID
1 parent f34dbaa commit 135a3e9

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

nb-configuration.xml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-shared-configuration>
3+
<!--
4+
This file contains additional configuration written by modules in the NetBeans IDE.
5+
The configuration is intended to be shared among all the users of project and
6+
therefore it is assumed to be part of version control checkout.
7+
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8+
-->
9+
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
10+
<!--
11+
Properties that influence various parts of the IDE, especially code formatting and the like.
12+
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
13+
That way multiple projects can share the same settings (useful for formatting rules for example).
14+
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15+
-->
16+
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
17+
</properties>
18+
</project-shared-configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.unicauca</groupId>
4+
<groupId>com.arat</groupId>
55
<artifactId>arat-V1</artifactId>
66
<version>1</version>
77
<packaging>jar</packaging>

target/maven-archiver/pom.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Thu Jul 12 23:20:05 COT 2018
2+
#Sun Jul 15 19:16:41 COT 2018
33
version=1
4-
groupId=com.unicauca
5-
artifactId=arat
4+
groupId=com.arat
5+
artifactId=arat-V1

0 commit comments

Comments
 (0)