Skip to content

Commit f0edb29

Browse files
committed
Small fixes
1 parent 5a82398 commit f0edb29

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
target/
22
**/*.iml
33
*.iml
4-
.attached_pid*
4+
.attach_pid*
55
.idea/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ I think `IllegalArgumentException` is more appropriate exception to best describ
3333
For now, you need to build and install it on your machine.
3434

3535
```bash
36-
$ git clone https://github.com/tomansill/java-validation
37-
$ cd java-validation
36+
$ git clone https://github.com/tomansill/javavalidation
37+
$ cd javavalidation
3838
$ mvn install
3939
```
4040

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<plugin>
1616
<groupId>org.apache.maven.plugins</groupId>
1717
<artifactId>maven-compiler-plugin</artifactId>
18+
<version>3.8.0</version>
1819
<configuration>
1920
<source>8</source>
2021
<target>8</target>

0 commit comments

Comments
 (0)