Skip to content

Commit

Permalink
Releasing v0.1.22 (closes #492)
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Jun 13, 2016
1 parent 23e3eae commit cc2efdf
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.22-SNAPSHOT</version>
<version>0.1.22</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', '0.1.22-SNAPSHOT')
.constant('VERSION', '0.1.22')

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

Expand Down

0 comments on commit cc2efdf

Please sign in to comment.