Skip to content

Commit edd0f4b

Browse files
committed
try with tycho 4.0.12 and cyclonedx 2.9.1
Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
1 parent 64123d2 commit edd0f4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<packaging>pom</packaging>
2323

2424
<properties>
25-
<tycho-version>4.0.10</tycho-version>
26-
<tycho-extras-version>4.0.10</tycho-extras-version>
25+
<tycho-version>4.0.12</tycho-version>
26+
<tycho-extras-version>4.0.12</tycho-extras-version>
2727
<tycho.scmUrl>scm:git:http://git.polarsys.org/c/capella/capella-xhtml-docgen.git</tycho.scmUrl>
2828
<antrun-version>3.0.0</antrun-version>
2929
<jacoco-version>0.8.10</jacoco-version>
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>org.cyclonedx</groupId>
371371
<artifactId>cyclonedx-maven-plugin</artifactId>
372-
<version>2.8.1</version>
372+
<version>2.9.1</version>
373373
<configuration>
374374
<schemaVersion>1.5</schemaVersion>
375375
</configuration>

releng/org.polarsys.capella.docgen.target/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</licenses>
3434

3535
<properties>
36-
<tycho-version>4.0.10</tycho-version>
37-
<tycho-extras-version>4.0.10</tycho-extras-version>
36+
<tycho-version>4.0.12</tycho-version>
37+
<tycho-extras-version>4.0.12</tycho-extras-version>
3838
<platform-name>2023-03</platform-name>
3939
<targetPlatform.repository>https://download.eclipse.org/cbi/updates/tpd/nightly/latest</targetPlatform.repository>
4040
<targetPlatform.name>capella.target-definition.targetplatform</targetPlatform.name>

0 commit comments

Comments
 (0)