Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalalfadian committed Dec 10, 2020
1 parent 19b7253 commit 2706154
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
[![Maven Central](https://img.shields.io/maven-central/v/id.ac.unpar/SIAModels.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22id.ac.unpar%22%20AND%20a:%22SIAModels%22)

Java classes representing objects available in UNPAR's Sistem Informasi Akademik. Requires Java 1.8.

## Deploying

```sh
$ GPG_TTY=$(tty)
$ export GPG_TTY
$ mvn clean deploy
```

Why the two first commands? [because of this](https://stackoverflow.com/questions/57591432/gpg-signing-failed-inappropriate-ioctl-for-device-on-macos-with-maven).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>id.ac.unpar</groupId>
<artifactId>SIAModels</artifactId>
<version>4.0.0</version>
<version>5.0.0</version>
<packaging>jar</packaging>
<name>SIA Models</name>
<description>
Expand Down

0 comments on commit 2706154

Please sign in to comment.