Skip to content

Commit 1b191c9

Browse files
committed
prepare release 4.3.0
1 parent 22bee01 commit 1b191c9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Unreleased
44
### ⚠ Breaking
55
### ⭐ New Features
6+
### 🐞 Bugs Fixed
7+
8+
## v4.3.0 - 2022-02-20
9+
### ⚠ Breaking
10+
### ⭐ New Features
611
- Added support for parent-child-relationships of projects with Dependency-Track v4.7 and newer (fixes [#139](https://github.com/jenkinsci/dependency-track-plugin/issues/139))
712

813
### 🐞 Bugs Fixed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>dependency-track</artifactId>
1414

1515
<name>OWASP Dependency-Track Plugin</name>
16-
<version>4.2.1-SNAPSHOT</version>
16+
<version>4.3.0-SNAPSHOT</version>
1717
<packaging>hpi</packaging>
1818
<inceptionYear>2018</inceptionYear>
1919
<organization>
@@ -94,7 +94,7 @@
9494
</goals>
9595
<phase>initialize</phase>
9696
<configuration>
97-
<nodeVersion>v16.15.1</nodeVersion>
97+
<nodeVersion>v16.19.1</nodeVersion>
9898
<nodeDownloadRoot>https://repo.jenkins-ci.org/nodejs-dist/</nodeDownloadRoot>
9999
<npmRegistryURL>https://repo.jenkins-ci.org/api/npm/npm/</npmRegistryURL>
100100
<installDirectory>${project.build.directory}</installDirectory>
@@ -174,6 +174,7 @@
174174
<pushChanges>false</pushChanges>
175175
<localCheckout>true</localCheckout>
176176
<tagNameFormat>v@{project.version}</tagNameFormat>
177+
<preparationGoals>clean sync-packagejson-version:sync verify</preparationGoals>
177178
</configuration>
178179
</plugin>
179180
<plugin>
@@ -193,6 +194,11 @@
193194
</filesets>
194195
</configuration>
195196
</plugin>
197+
<plugin>
198+
<groupId>de.ingogriebsch.maven</groupId>
199+
<artifactId>sync-packagejson-version-maven-plugin</artifactId>
200+
<version>1.3.0</version>
201+
</plugin>
196202
<plugin>
197203
<groupId>org.codehaus.mojo</groupId>
198204
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)