Skip to content

Commit f2996ce

Browse files
fix errore parsing pom.xml + correct project name
1 parent c0a95b1 commit f2996ce

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>org.springframework.boot</groupId>
@@ -10,8 +10,8 @@
1010
</parent>
1111
<groupId>com.francescodisales</groupId>
1212
<artifactId>gitCliShell</artifactId>
13-
<version>0.4.2</version>non
14-
<name>githubterminal</name>
13+
<version>0.4.2</version>
14+
<name>gitCliShell</name>
1515
<description>Demo project for Spring Boot</description>
1616

1717
<properties>
@@ -33,12 +33,12 @@
3333
</exclusions>
3434
</dependency>
3535

36-
<!-- https://mvnrepository.com/artifact/org.springframework.shell/spring-shell-starter -->
37-
<dependency>
38-
<groupId>org.springframework.shell</groupId>
39-
<artifactId>spring-shell-starter</artifactId>
40-
<version>2.0.1.RELEASE</version>
41-
</dependency>
36+
<!-- https://mvnrepository.com/artifact/org.springframework.shell/spring-shell-starter -->
37+
<dependency>
38+
<groupId>org.springframework.shell</groupId>
39+
<artifactId>spring-shell-starter</artifactId>
40+
<version>2.0.1.RELEASE</version>
41+
</dependency>
4242

4343
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
4444
<dependency>

0 commit comments

Comments
 (0)