Skip to content

Commit f34dbaa

Browse files
sahydosahydo
sahydo
authored and
sahydo
committed
Modifications in Project files:
1. Change the ArtifactId 2. Change the .gitignored
1 parent a87e923 commit f34dbaa

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

.gitignore

+25-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
# Compiled class file
2-
*.class
3-
4-
# Log file
5-
*.log
6-
7-
# BlueJ files
8-
*.ctxt
9-
10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
12-
13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.nar
17-
*.ear
18-
*.zip
19-
*.tar.gz
20-
*.rar
21-
22-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23-
hs_err_pid*
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
12+
13+
# Package Files #
14+
*.jar
15+
*.war
16+
*.nar
17+
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
/nbproject/
25+
/target/

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
44
<groupId>com.unicauca</groupId>
5-
<artifactId>arat</artifactId>
5+
<artifactId>arat-V1</artifactId>
66
<version>1</version>
77
<packaging>jar</packaging>
88
<properties>

0 commit comments

Comments
 (0)