Skip to content

Commit

Permalink
G5V8DT-22401: Обновление таргет-платформы
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Tretyakevich committed Apr 11, 2024
1 parent 07443cc commit a9f36af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<name>BOM</name>

<prerequisites>
<maven>3.6.0</maven>
<maven>3.9.4</maven>
</prerequisites>

<properties>
<tycho.version>2.7.0</tycho.version>
<tycho.extras.version>2.7.0</tycho.extras.version>
<tycho.version>4.0.5</tycho.version>
<tycho.extras.version>4.0.5</tycho.extras.version>
<markdown-page-generator.version>2.3.1</markdown-page-generator.version>
<!-- Override this property in each project -->
<markdown.page.generator.html.file.path>${project.basedir}</markdown.page.generator.html.file.path>
Expand All @@ -41,9 +41,9 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>

<maven.build.timestamp.format>'v'yyyyMMdd-HHmm</maven.build.timestamp.format>
<qualifier>${maven.build.timestamp}</qualifier>
Expand Down
4 changes: 4 additions & 0 deletions targets/default/default.target
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
<unit id="org.apache.commons.commons-io" version="0.0.0"/>

<unit id="jakarta.annotation-api" version="2.1.1"/>

<unit id="org.sat4j.core" version="2.3.6.v20201214"/>
<unit id="org.sat4j.pb" version="2.3.6.v20201214"/>

<repository id="eclipse_repository" location="https://download.eclipse.org/releases/2023-12/"/>
</location>

Expand Down
4 changes: 4 additions & 0 deletions targets/develop/develop.target
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
<unit id="org.apache.commons.commons-io" version="0.0.0"/>

<unit id="jakarta.annotation-api" version="2.1.1"/>

<unit id="org.sat4j.core" version="2.3.6.v20201214"/>
<unit id="org.sat4j.pb" version="2.3.6.v20201214"/>

<repository id="eclipse_repository" location="https://download.eclipse.org/releases/2023-12/"/>
</location>

Expand Down

0 comments on commit a9f36af

Please sign in to comment.