Skip to content

Commit

Permalink
preprare release (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Oct 19, 2021
1 parent 9175f74 commit df6e555
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Metadatamanagement",
"version": "1.0.115-SNAPSHOT",
"version": "1.0.115",
"description": "Data Search for Higher Education Research and Science Studies",
"private": true,
"dependencies": {
Expand Down
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</groupId>
<artifactId>metadatamanagement</artifactId>
<version>1.0.115-SNAPSHOT</version>
<version>1.0.115</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.115-SNAPSHOT')
.constant('VERSION', '1.0.115')

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

Expand Down

0 comments on commit df6e555

Please sign in to comment.