Skip to content

Commit

Permalink
#2746 prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Mar 8, 2021
1 parent 1dc738f commit b426a0d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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.107-SNAPSHOT",
"version": "1.0.107",
"description": "Data Search for Higher Education Research and Science Studies",
"private": true,
"dependencies": {
Expand Down
24 changes: 12 additions & 12 deletions 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.107-SNAPSHOT</version>
<version>1.0.107</version>
<packaging>war</packaging>
<name>metadatamanagement</name>

Expand Down Expand Up @@ -311,17 +311,17 @@
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>2.6.0</version>
<exclusions>
<!-- Exclude http client cause it introduces vulnerability issues (snyk errors)-->
<exclusion>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>2.6.0</version>
<exclusions>
<!-- Exclude http client cause it introduces vulnerability issues (snyk errors)-->
<exclusion>
<artifactId>logbook-httpclient</artifactId>
<groupId>org.zalando</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>pl.allegro.tech</groupId>
<artifactId>embedded-elasticsearch</artifactId>
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.107-SNAPSHOT')
.constant('VERSION', '1.0.107')

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

Expand Down

0 comments on commit b426a0d

Please sign in to comment.