Skip to content

Commit

Permalink
Released v0.1.16 (closes #326)
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Mar 21, 2016
1 parent 9d848ec commit f43c6cc
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>0.1.16-SNAPSHOT</version>
<version>0.1.16</version>
<packaging>war</packaging>
<name>metadatamanagement</name>

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

.constant('ENV', 'dev')

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

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

Expand Down

0 comments on commit f43c6cc

Please sign in to comment.