File tree Expand file tree Collapse file tree 7 files changed +19
-10
lines changed Expand file tree Collapse file tree 7 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
name : Build
19
19
runs-on : ubuntu-latest
20
- timeout-minutes : 30
20
+ timeout-minutes : 15
21
21
22
22
steps :
23
23
- name : Checkout
Original file line number Diff line number Diff line change 12
12
push_to_registry :
13
13
name : Build and publish
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 30
15
+ timeout-minutes : 15
16
16
17
17
steps :
18
18
- name : Checkout
Original file line number Diff line number Diff line change 21
21
build :
22
22
name : SonarCloud
23
23
runs-on : ubuntu-latest
24
- timeout-minutes : 30
24
+ timeout-minutes : 15
25
25
26
26
if : ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
27
27
steps :
Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4 /apache-maven-3.8.4 -bin.zip
18
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0 /maven-wrapper-3.1.0 .jar
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6 /apache-maven-3.8.6 -bin.zip
18
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1 /maven-wrapper-3.1.1 .jar
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ SPDX-License-Identifier: Apache-2.0
24
24
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
25
25
26
26
<compas .scl.xsd.version>0.0.4</compas .scl.xsd.version>
27
- <compas .core.version>0.9.1 </compas .core.version>
27
+ <compas .core.version>0.9.3 </compas .core.version>
28
28
29
- <quarkus .platform.version>2.10.3 .Final</quarkus .platform.version>
30
- <slf4j .version>2.0.0 </slf4j .version>
29
+ <quarkus .platform.version>2.12.2 .Final</quarkus .platform.version>
30
+ <slf4j .version>2.0.1 </slf4j .version>
31
31
<openpojo .version>0.9.1</openpojo .version>
32
32
</properties >
33
33
@@ -181,7 +181,7 @@ SPDX-License-Identifier: Apache-2.0
181
181
<plugin >
182
182
<groupId >org.apache.maven.plugins</groupId >
183
183
<artifactId >maven-jar-plugin</artifactId >
184
- <version >3.2.2 </version >
184
+ <version >3.3.0 </version >
185
185
<executions >
186
186
<execution >
187
187
<goals >
Original file line number Diff line number Diff line change @@ -45,7 +45,11 @@ SPDX-License-Identifier: Apache-2.0
45
45
<repositories >
46
46
<repository >
47
47
<id >local-eclipse-p2-mirror</id >
48
+ <name >Local Eclipse P2 Mirror</name >
48
49
<url >file:///${riseclipse.p2.root} /target/maven/repository/final</url >
50
+ <snapshots >
51
+ <enabled >false</enabled >
52
+ </snapshots >
49
53
</repository >
50
54
</repositories >
51
55
@@ -120,6 +124,11 @@ SPDX-License-Identifier: Apache-2.0
120
124
<groupId >org.eclipse.platform</groupId >
121
125
<artifactId >org.eclipse.equinox.common</artifactId >
122
126
</exclusion >
127
+ <exclusion >
128
+ <!-- optional dependency, not needed -->
129
+ <groupId >org.eclipse.ocl</groupId >
130
+ <artifactId >org.eclipse.ocl.examples.xtext.serializer</artifactId >
131
+ </exclusion >
123
132
</exclusions >
124
133
</dependency >
125
134
<dependency >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ SPDX-License-Identifier: Apache-2.0
39
39
<!-- This is the platform used to run the aggregator, not the one where artifacts are fetched -->
40
40
<id >Eclipse platform</id >
41
41
<layout >p2</layout >
42
- <url >http ://download.eclipse.org/releases/2020-06/</url >
42
+ <url >https ://download.eclipse.org/releases/2020-06/</url >
43
43
</repository >
44
44
<repository >
45
45
<id >CBI aggregator</id >
You can’t perform that action at this time.
0 commit comments