Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
Add GitHub to Contribution, update Javadoc styles and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Oct 12, 2021
1 parent 44507bf commit d3f1560
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 13 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 1.2.0 - 2021-10-12
### Change
- Rename to Monobank4j

## 1.1.0 - 2021-10-11
### Added
- Add `getInstance` to the interface `Currency`
Expand Down
17 changes: 11 additions & 6 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# Contributing to Monobank4J

**Monobank** API wrapper is an open-source project and all contributions
**Monobank4J** is an open-source project and all contributions
are welcome to assist with its development and maintenance.

## Issues (bug and feature tracker)

Please report any bugs found, feature requests or other issues on
[**Monobank** API wrapper GitLab tracker][wrapper-issues].
**Monobank4J** [GitLab tracker][gitlab-issues]
or [GitHub tracker][github-issues].

When creating a new issue, try following [necolas's guidelines][issue-guidelines].

## Fork, patch and contribute code

Feel free to fork **Monobank** API wrapper's [Git repository at GitLab][wrapper-gitlab] for your own use and
updates.
Feel free to fork **Monobank4J**'s repository at [GitLab][wrapper-gitlab]
or [GitHub][wrapper-github] for your own use and updates.

Contribute your fixes and new features back to the main codebase using
[GitLab merge requests][gitlab-merge-requests].
[GitLab merge requests][gitlab-merge-requests]
and [GitHub pull requests][github-pull-requests].

[wrapper-issues]: https://gitlab.com/bot-by/monobank4j/-/issues
[gitlab-issues]: https://gitlab.com/bot-by/monobank4j/-/issues
[github-issues]: https://github.com/bot-by/monobank4j/issues
[issue-guidelines]: http://github.com/necolas/issue-guidelines/#readme
[wrapper-gitlab]: https://gitlab.com/bot-by/monobank4j/
[wrapper-github]: https://github.com/bot-by/monobank4j/
[gitlab-merge-requests]: https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html
[github-pull-requests]: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
2 changes: 1 addition & 1 deletion monobank4j-gson/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please add dependency to your project:
<dependency>
<groupId>uk.bot-by.monobank4j</groupId>
<artifactId>monobank4j-gson</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion monobank4j-gson/src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Unofficial Java wrapper for
&lt;dependency&gt;
&lt;groupId&gt;uk.bot-by.monobank4j&lt;/groupId&gt;
&lt;artifactId&gt;monobank4j-gson&lt;/artifactId&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;version&gt;1.2.0&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
</body>
Expand Down
2 changes: 1 addition & 1 deletion monobank4j-jackson-jr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please add dependency to your project:
<dependency>
<groupId>uk.bot-by.monobank4j</groupId>
<artifactId>monobank4j-jackson-jr</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion monobank4j-jackson-jr/src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Unofficial Java wrapper for
&lt;dependency&gt;
&lt;groupId&gt;uk.bot-by.monobank4j&lt;/groupId&gt;
&lt;artifactId&gt;monobank4j-jackson-jr&lt;/artifactId&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;version&gt;1.2.0&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
</body>
Expand Down
2 changes: 1 addition & 1 deletion monobank4j-json/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please add dependency to your project:
<dependency>
<groupId>uk.bot-by.monobank4j</groupId>
<artifactId>monobank4j-json</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion monobank4j-json/src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Unofficial Java wrapper for
&lt;dependency&gt;
&lt;groupId&gt;uk.bot-by.monobank4j&lt;/groupId&gt;
&lt;artifactId&gt;monobank4j-json&lt;/artifactId&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;version&gt;1.2.0&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
</body>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<!-- version -->
<revision>1.1.0</revision>
<revision>1.2.0</revision>
<sha1/>
<changelist>-SNAPSHOT</changelist>
<!-- java and maven -->
Expand Down

0 comments on commit d3f1560

Please sign in to comment.