Skip to content

Commit

Permalink
chore: upgrade all poms to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Torres committed Apr 25, 2024
1 parent 03a0915 commit ea52216
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archunit-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<groupId>com.github.torrespro</groupId>
<version>0.0.1</version>
<version>1.0.0</version>
<artifactId>archunit-rules</artifactId>

<name>Example :: ArchUnit Rules</name>
Expand Down
2 changes: 1 addition & 1 deletion error-prone-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.torrespro</groupId>
<version>0.0.1</version>
<version>1.0.0</version>
<artifactId>error-prone-contrib</artifactId>
<description>Example ErrorProne BugPatterns</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.torrespro</groupId>
<artifactId>autoquality-playground</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>
<name>autoquality-playground</name>
<description>Tools to ensure code quality</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion zally-openapi-lint-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.torrespro</groupId>
<version>0.0.1</version>
<version>1.0.0</version>

<artifactId>zally-openapi-lint-rules</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit ea52216

Please sign in to comment.