Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed May 5, 2016
1 parent b187f03 commit 5a3c9c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Fixed memory leaks
* New message syntax, we do not longer use HTTP-like messages. We use a Json syntax instead.
* We do no longer accept any arguments when running the application. We only use system properties.
* Added logging to a log file.

## From 0.3.0 to 0.3.1

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.happyr.mq2php</groupId>
<artifactId>mq2php</artifactId>
<packaging>jar</packaging>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<name>mq2php</name>
<url>http://maven.apache.org</url>
<build>
Expand Down

0 comments on commit 5a3c9c0

Please sign in to comment.