Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nyg committed Jan 28, 2024
1 parent 8571581 commit 912b07a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog


## 1.0.0 - 2024-01-28

### Other

- Update release and changelog scripts
- Revert to Java 8
- Update README instructions
- Change to version 1.0.0-SNAPSHOT
- Rename Java package
- Create GitHub release when tag is pushed
- Configure maven-release-plugin and git-cliff
- Fix Lombok issue with constructor
- Refactor into separate Maven modules
- Minor formatting changes
- Simplify POM file
- Add .gitignore
- Added instructions to build and run
- Removed unused dependencies
- Now using Maven
- Update README.md
- Commit project
- Initial commit

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.andstuff.kraken</groupId>
<artifactId>kraken-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>kraken-api-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.andstuff.kraken</groupId>
<artifactId>kraken-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>kraken-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.andstuff.kraken</groupId>
<artifactId>kraken-api-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>Java Kraken API Client</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<url>https://github.com/nyg/kraken-api-java</url>
<connection>scm:git:https://github.com/nyg/kraken-api-java.git</connection>
<developerConnection>scm:git:ssh://git@github.com/nyg/kraken-api-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 912b07a

Please sign in to comment.