Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quarkus.platform.version from 2.10.3.Final to 2.12.1.Final #118

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 15

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
push_to_registry:
name: Build and publish
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 15

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
name: SonarCloud
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 15

if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
<compas.core.version>0.9.1</compas.core.version>

<quarkus.platform.version>2.10.3.Final</quarkus.platform.version>
<quarkus.platform.version>2.12.1.Final</quarkus.platform.version>
<slf4j.version>2.0.0</slf4j.version>
<openpojo.version>0.9.1</openpojo.version>
</properties>
Expand Down
9 changes: 9 additions & 0 deletions riseclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ SPDX-License-Identifier: Apache-2.0
<repositories>
<repository>
<id>local-eclipse-p2-mirror</id>
<name>Local Eclipse P2 Mirror</name>
<url>file:///${riseclipse.p2.root}/target/maven/repository/final</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

Expand Down Expand Up @@ -120,6 +124,11 @@ SPDX-License-Identifier: Apache-2.0
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<!-- optional dependency, not needed -->
<groupId>org.eclipse.ocl</groupId>
<artifactId>org.eclipse.ocl.examples.xtext.serializer</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion riseclipse/riseclipse-p2-to-m2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SPDX-License-Identifier: Apache-2.0
<!-- This is the platform used to run the aggregator, not the one where artifacts are fetched -->
<id>Eclipse platform</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/2020-06/</url>
<url>https://download.eclipse.org/releases/2020-06/</url>
</repository>
<repository>
<id>CBI aggregator</id>
Expand Down