Skip to content

Commit

Permalink
Upgrade package version to 1.3.0-SNAPSHOT (#9)
Browse files Browse the repository at this point in the history
* Add return_url field to PostData

* Create ChapaException class to handle 4XX and 5XX response codes

* Prepare 1.2.2 release

* Prepare 1.2.2 release

* Fix broken tests

* Update README.md

* Automate publish to maven to workflow

* Fix gpg signing issues

* Upgrade package version to 1.3.0-SNAPSHOT
  • Loading branch information
yaphet17 committed Jun 1, 2023
1 parent d09e8d0 commit 5a675d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
@@ -1,4 +1,4 @@
name: Publish package to the Maven Central Repository
name: Publish to Maven Central
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.yaphet17</groupId>
<artifactId>Chapa</artifactId>
<version>1.2.2</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Chapa</name>
Expand Down

0 comments on commit 5a675d6

Please sign in to comment.