Skip to content

Commit

Permalink
Update to 1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Rich committed Jan 6, 2017
1 parent 3f7a001 commit 18c0a99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file, which follows the guidelines
on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2017-01-06

### Added
- Initial release of the artemis-manager tool, supporting browse remove and reprocess a message operations on the DLQ.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>maven-parent-pom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<properties>
<framework-tools-command.version>1.0.0</framework-tools-command.version>
Expand All @@ -16,7 +16,7 @@
</properties>

<artifactId>artemis-manager</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -70,6 +70,7 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<finalName>${project.name}</finalName>
<plugins>
Expand Down

0 comments on commit 18c0a99

Please sign in to comment.