Skip to content

Commit

Permalink
Fixes the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio MENGHI committed Apr 1, 2019
1 parent f0d761d commit 3b8b6b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.settings/*
.target/*
target/*
/target/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use it add this repository and dependency in your POM.xml
<dependency>
<groupId>uni.lu</groupId>
<artifactId>rfol</artifactId>
<artifactId>RFOL</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>lu.uni</groupId>
<artifactId>rfol</artifactId>
<artifactId>RFOL</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>rfol</name>
<name>RFOL</name>
<url>http://maven.apache.org</url>
<properties>

Expand Down

0 comments on commit 3b8b6b3

Please sign in to comment.