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 27, 2024
1 parent 0b9bf9c commit 711b265
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### Other

- Add CHANGELOG.md in release commit

- 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 711b265

Please sign in to comment.