Skip to content

Commit

Permalink
#1429 prepare release 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Katzberg committed Dec 12, 2017
1 parent 9d09cd6 commit 6c382f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>eu.dzhw.fdz.metadatamanagement</groupId>
<artifactId>metadatamanagement</artifactId>
<version>1.0.59-SNAPSHOT</version>
<version>1.0.59</version>
<packaging>war</packaging>
<name>metadatamanagement</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/scripts/app.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ angular.module('metadatamanagementApp')

.constant('ENV', 'local')

.constant('VERSION', '1.0.59-SNAPSHOT')
.constant('VERSION', '1.0.59')

.constant('ElasticSearchProperties', {apiVersion:'5.1',logLevel:'error',pageSize:10})

Expand Down

0 comments on commit 6c382f7

Please sign in to comment.