Skip to content

Commit c4b6d1e

Browse files
committed
Bump version
1 parent 23938dc commit c4b6d1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818

1919
FROM registry.cloudogu.com/official/java:21.0.3-4
2020
LABEL NAME="official/smeagol" \
21-
VERSION="1.7.2-2" \
21+
VERSION="1.7.3-1" \
2222
maintainer="[email protected]"
2323

2424
ENV SERVICE_TAGS=webapp \

dogu.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/smeagol",
3-
"Version": "1.7.2-2",
3+
"Version": "1.7.3-1",
44
"DisplayName": "Smeagol",
55
"Description": "Store your technical documentation with in your git repositories",
66
"Category": "Development Apps",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smeagol",
3-
"version": "1.7.2-2",
3+
"version": "1.7.3-1",
44
"private": true,
55
"dependencies": {
66
"ces-theme": "https://github.com/cloudogu/ces-theme.git#v0.7.2",

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.cloudogu.wiki</groupId>
1414
<artifactId>smeagol</artifactId>
15-
<version>1.7.2-2</version>
15+
<version>1.7.3-1</version>
1616
<name>smeagol</name>
1717
<packaging>war</packaging>
1818

0 commit comments

Comments
 (0)