Skip to content

Commit

Permalink
πŸ”– Update package.json to 1.0.0 [skip release]
Browse files Browse the repository at this point in the history
# v1.0.0 (2024-08-30)

## ✨ New Features
- [`34b57a0`](34b57a0)  Create mojo for resetting and setting source roots

## πŸš‘ Critical Hotfixes
- [`f50c8b4`](f50c8b4)  Set packaging type to `maven-plugin`
  • Loading branch information
lengors committed Aug 30, 2024
1 parent 0b9e880 commit f08220b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.0.0 (2024-08-30)

## ✨ New Features
- [`34b57a0`](https://github.com/lengors/init-sources-maven-plugin/commit/34b57a0) Create mojo for resetting and setting source roots

## πŸš‘ Critical Hotfixes
- [`f50c8b4`](https://github.com/lengors/init-sources-maven-plugin/commit/f50c8b4) Set packaging type to `maven-plugin`

# v1.0.0-beta.1 (2024-08-30)

## ✨ New Features
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.lengors</groupId>
<artifactId>init-sources-maven-plugin</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0</version>
<name>init-sources-maven-plugin</name>
<url>https://github.com/lengors/init-sources-maven-plugin</url>
<description>Maven plugin to reset and initialize source roots of maven projects.</description>
Expand Down

0 comments on commit f08220b

Please sign in to comment.