Skip to content

Commit

Permalink
Added sonar maven
Browse files Browse the repository at this point in the history
  • Loading branch information
emlagowski committed Apr 4, 2020
1 parent 246a476 commit f3bca74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>validify</artifactId>
<groupId>io.github.emlagowski</groupId>
<version>0.1</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>io.github.emlagowski</groupId>
<artifactId>validify-core</artifactId>
<version>0.1</version>
<version>0.1.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.emlagowski</groupId>
<artifactId>validify</artifactId>
<packaging>pom</packaging>
<version>0.1</version>
<version>0.1.1</version>

<properties>
<sonar.organization>emlagowski</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion validify-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>validify</artifactId>
<groupId>io.github.emlagowski</groupId>
<version>0.1</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f3bca74

Please sign in to comment.