File tree Expand file tree Collapse file tree 6 files changed +37
-12
lines changed
Expand file tree Collapse file tree 6 files changed +37
-12
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : maven
4+ directory : " /"
5+ schedule :
6+ interval : monthly
7+ open-pull-requests-limit : 50
Original file line number Diff line number Diff line change 1+ name : Add PRs to Dependabot PRs dashboard
2+
3+ on :
4+ pull_request :
5+ types :
6+ - opened
7+ - labeled
8+
9+ jobs :
10+ add-to-project :
11+ name : Add PR to dashboard
12+ runs-on : ubuntu-latest
13+ steps :
14+ 15+ with :
16+ project-url : https://github.com/orgs/OpenLiberty/projects/26
17+ github-token : ${{ secrets.ADMIN_BACKLOG }}
18+ labeled : dependencies
Original file line number Diff line number Diff line change 2828 <!-- tag::microprofile[] -->
2929 <artifactId >microprofile</artifactId >
3030 <!-- end::microprofile[] -->
31- <version >6.0 </version >
31+ <version >6.1 </version >
3232 <type >pom</type >
3333 <scope >provided</scope >
3434 </dependency >
4646 <plugin >
4747 <groupId >io.openliberty.tools</groupId >
4848 <artifactId >liberty-maven-plugin</artifactId >
49- <version >3.8.2 </version >
49+ <version >3.10 </version >
5050 </plugin >
5151 <!-- tag::frontend-plugin[] -->
5252 <plugin >
5353 <groupId >com.github.eirslett</groupId >
5454 <artifactId >frontend-maven-plugin</artifactId >
55- <version >1.13.3 </version >
55+ <version >1.15.0 </version >
5656 <configuration >
5757 <!-- tag::working-dir[] -->
5858 <workingDirectory >src/main/frontend</workingDirectory >
Original file line number Diff line number Diff line change 66 <feature >jsonp-2.1</feature >
77 </featureManager >
88
9- <variable name =" default. http.port" defaultValue =" 9080" />
10- <variable name =" default. https.port" defaultValue =" 9443" />
9+ <variable name =" http.port" defaultValue =" 9080" />
10+ <variable name =" https.port" defaultValue =" 9443" />
1111
12- <httpEndpoint host =" *" httpPort =" ${default. http.port}" httpsPort =" ${default. https.port}" id =" defaultHttpEndpoint" />
12+ <httpEndpoint host =" *" httpPort =" ${http.port}" httpsPort =" ${https.port}" id =" defaultHttpEndpoint" />
1313
1414 <webApplication location =" guide-rest-client-angular.war" contextRoot =" /" />
1515</server >
Original file line number Diff line number Diff line change 2828 <!-- tag::microprofile[] -->
2929 <artifactId >microprofile</artifactId >
3030 <!-- end::microprofile[] -->
31- <version >6.0 </version >
31+ <version >6.1 </version >
3232 <type >pom</type >
3333 <scope >provided</scope >
3434 </dependency >
4646 <plugin >
4747 <groupId >io.openliberty.tools</groupId >
4848 <artifactId >liberty-maven-plugin</artifactId >
49- <version >3.8.2 </version >
49+ <version >3.10 </version >
5050 </plugin >
5151 <plugin >
5252 <groupId >com.github.eirslett</groupId >
5353 <artifactId >frontend-maven-plugin</artifactId >
54- <version >1.13.3 </version >
54+ <version >1.15.0 </version >
5555 <configuration >
5656 <workingDirectory >src/main/frontend</workingDirectory >
5757 </configuration >
Original file line number Diff line number Diff line change 66 <feature >jsonp-2.1</feature >
77 </featureManager >
88
9- <variable name =" default. http.port" defaultValue =" 9080" />
10- <variable name =" default. https.port" defaultValue =" 9443" />
9+ <variable name =" http.port" defaultValue =" 9080" />
10+ <variable name =" https.port" defaultValue =" 9443" />
1111
12- <httpEndpoint host =" *" httpPort =" ${default. http.port}" httpsPort =" ${default. https.port}" id =" defaultHttpEndpoint" />
12+ <httpEndpoint host =" *" httpPort =" ${http.port}" httpsPort =" ${https.port}" id =" defaultHttpEndpoint" />
1313
1414 <webApplication location =" guide-rest-client-angular.war" contextRoot =" /" />
1515</server >
You can’t perform that action at this time.
0 commit comments