Skip to content

Commit e46c0a2

Browse files
committed
Updated pom.xml
1 parent a1248c4 commit e46c0a2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ HELP.md
4141
*.versionsBackup
4242

4343
release.properties
44+
45+
*.releaseBackup

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<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">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34

45
<parent>
@@ -57,8 +58,7 @@
5758
<connection>scm:git:ssh://[email protected]:LISASP-org/java-basics.git</connection>
5859
<developerConnection>scm:git:ssh://[email protected]:LISASP-org/java-basics.git</developerConnection>
5960
<url>https://github.com/LISASP-org/java-basics</url>
60-
<tag>v1.0.1</tag>
61-
</scm>
61+
</scm>
6262

6363
<dependencyManagement>
6464
<dependencies>

0 commit comments

Comments
 (0)