Skip to content

Commit 6865299

Browse files
dependabot[bot]laeubi
authored andcommitted
Bump org.eclipse.pde:org.eclipse.pde.core from 3.18.100 to 3.19.0
Bumps [org.eclipse.pde:org.eclipse.pde.core](https://github.com/eclipse-pde/eclipse.pde) from 3.18.100 to 3.19.0. - [Changelog](https://github.com/eclipse-pde/eclipse.pde/blob/master/org.eclipse.pde.doc.user/topics_WhatsNew.xml) - [Commits](https://github.com/eclipse-pde/eclipse.pde/commits) --- updated-dependencies: - dependency-name: org.eclipse.pde:org.eclipse.pde.core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c7944e commit 6865299

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tycho-apitools-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.eclipse.pde</groupId>
5252
<artifactId>org.eclipse.pde.core</artifactId>
53-
<version>3.18.100</version>
53+
<version>3.19.0</version>
5454
<type>jar</type>
5555
<exclusions>
5656
<exclusion>

tycho-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>org.eclipse.pde</groupId>
316316
<artifactId>org.eclipse.pde.core</artifactId>
317-
<version>3.18.100</version>
317+
<version>3.19.0</version>
318318
<scope>test</scope>
319319
<exclusions>
320320
<exclusion>

tycho-eclipse-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.eclipse.pde</groupId>
4141
<artifactId>org.eclipse.pde.core</artifactId>
42-
<version>3.18.100</version>
42+
<version>3.19.0</version>
4343
<type>jar</type>
4444
<exclusions>
4545
<exclusion>

tycho-extras/tycho-document-bundle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.eclipse.pde</groupId>
6666
<artifactId>org.eclipse.pde.core</artifactId>
67-
<version>3.18.100</version>
67+
<version>3.19.0</version>
6868
</dependency>
6969
</dependencies>
7070
<build>

0 commit comments

Comments
 (0)