We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be35535 commit 6c8bc1fCopy full SHA for 6c8bc1f
README.md
@@ -35,4 +35,6 @@ Further information about licensing you will find in LICENSE file.
35
- Go to http://localhost:8090/ and complete setup:
36
- Set `admin:admin` as admin credentials
37
- Set `postgres` host, `confluence:qwerty` as database credentials
38
+- Up `<version>` in `pom.xml`
39
+- `make build`
40
- `make upload`
pom.xml
@@ -7,7 +7,7 @@
7
<modelVersion>4.0.0</modelVersion>
8
<groupId>com.validate_lab.confluence</groupId>
9
<artifactId>stoplightelements_previewer</artifactId>
10
- <version>1.2</version>
+ <version>1.2.1</version>
11
12
<organization>
13
<name>ValidateLab</name>
0 commit comments