Skip to content

Commit

Permalink
Merge pull request #8 from rohit-walia/task/remove-snapshot-from-version
Browse files Browse the repository at this point in the history
remove snapshot from versioning
  • Loading branch information
rohit-walia authored Mar 24, 2024
2 parents c4598b2 + 82b56a0 commit a935963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jacksonhelper</groupId>
<artifactId>jackson-helper</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jacksonhelper</groupId>
<artifactId>jackson-helper</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit a935963

Please sign in to comment.