Skip to content

Commit

Permalink
Merge pull request #21 from retel-io/chore/version-1.0.0
Browse files Browse the repository at this point in the history
chore: Adjust version due to breaking changes
  • Loading branch information
vinzens authored Nov 22, 2018
2 parents 07bd91a + 672fa42 commit e371c09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ari-proxy expects the following configuration files, which should be passed to t
#### Running
Run the fat jar:
```bash
java -Dconfig.file=/path/to/service.conf [-Dlog4j.configurationFile=/path/to/log4j2.xml] -jar target/ari-proxy-0.9.0-fat.jar
java -Dconfig.file=/path/to/service.conf [-Dlog4j.configurationFile=/path/to/log4j2.xml] -jar target/ari-proxy-1.0.0-fat.jar
```

## Metrics
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ari-proxy (1.0.0) unstable; urgency=low

* makes command-response processor more resilient
* adjust configuration structure

-- re-tel <[email protected]> Thu, 22 Nov 2018 15:19:34 +0100

ari-proxy (0.9.0) unstable; urgency=low

* Initial release.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GRP_INSTALL=root
PACKAGE=$(shell dh_listpackages)
DEB_PREFIX=debian/$(PACKAGE)
SERVICE_NAME=ari-proxy
SERVICE_VERSION=0.9.0
SERVICE_VERSION=1.0.0
SERVICE_USER=$(SERVICE_NAME)
SERVICE_GROUP=$(SERVICE_NAME)
SERVICE_LIB_DIR=$(DEB_PREFIX)/usr/share/java/$(SERVICE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.retel</groupId>
<artifactId>ari-proxy</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

Expand Down

0 comments on commit e371c09

Please sign in to comment.