File tree 2 files changed +22
-18
lines changed
2 files changed +22
-18
lines changed Original file line number Diff line number Diff line change
1
+
2
+ name : Bump version
3
+ on :
4
+ push :
5
+ branches :
6
+ - ' **'
7
+ pull_request :
8
+ jobs :
9
+ build :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@master
13
+ - name : Bump version and push tag
14
+ uses : anothrNick/github-tag-action@master
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
+ RELEASE_BRANCHES : master
18
+ DEFAULT_BUMP : patch
19
+ WITH_V : false
Original file line number Diff line number Diff line change 4
4
5
5
<parent >
6
6
<groupId >info.unterrainer.commons</groupId >
7
- <artifactId >parent-pom</artifactId >
8
- <version >0.1.5 </version >
7
+ <artifactId >parent-javalin- pom</artifactId >
8
+ <version >0.0.4 </version >
9
9
</parent >
10
10
11
11
<properties >
17
17
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<artifactId >http-server</artifactId >
20
- <version >0.2.1 </version >
20
+ <version >0.2.3 </version >
21
21
<name >HttpServer</name >
22
22
<packaging >jar</packaging >
23
23
37
37
<artifactId >serialization</artifactId >
38
38
<version >0.1.2</version >
39
39
</dependency >
40
- <dependency >
41
- <groupId >io.javalin</groupId >
42
- <artifactId >javalin</artifactId >
43
- <version >3.13.4</version >
44
- </dependency >
45
40
<dependency >
46
41
<groupId >javax.persistence</groupId >
47
42
<artifactId >javax.persistence-api</artifactId >
57
52
<artifactId >antlr4-runtime</artifactId >
58
53
<version >4.8-1</version >
59
54
</dependency >
60
- <dependency >
61
- <groupId >org.eclipse.jetty</groupId >
62
- <artifactId >jetty-http</artifactId >
63
- <version >9.4.38.v20210224</version >
64
- </dependency >
65
- <dependency >
66
- <groupId >org.eclipse.jetty</groupId >
67
- <artifactId >jetty-server</artifactId >
68
- <version >9.4.38.v20210224</version >
69
- </dependency >
70
55
<dependency >
71
56
<groupId >org.keycloak</groupId >
72
57
<artifactId >keycloak-common</artifactId >
You can’t perform that action at this time.
0 commit comments