Skip to content

Commit

Permalink
prepare sprint continuation (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
René Reitmann committed Dec 16, 2021
1 parent 9ad0c68 commit 04554fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.117-HOTFIX",
"version": "1.0.118-SNAPSHOT",
"description": "Data Search for Higher Education Research and Science Studies",
"private": true,
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.7</version>
<relativePath/>
<relativePath />
</parent>

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

Expand Down Expand Up @@ -406,7 +406,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -419,7 +419,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -432,7 +432,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -445,7 +445,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
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.117-HOTFIX')
.constant('VERSION', '1.0.118-SNAPSHOT')

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

Expand Down

0 comments on commit 04554fd

Please sign in to comment.