Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echebbi committed Mar 1, 2020
1 parent 95d6651 commit 1402a5e
Show file tree
Hide file tree
Showing 25 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.1.0] - 2020-03-01
### Added
- [#73](https://github.com/pitest/pitclipse/pull/113) Support for JUnit 5 tests

Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitclipse.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse Core
Bundle-SymbolicName: org.pitest.pitclipse.core;singleton:=true
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Activator: org.pitest.pitclipse.core.PitCoreActivator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.11.1,4.0.0)",
org.eclipse.jdt.core;bundle-version="[3.11.2,4.0.0)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse Launch Configurations UI
Bundle-SymbolicName: org.pitest.pitclipse.launch.ui;singleton:=true
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Vendor: Pitest.org
Automatic-Module-Name: org.pitest.pitclipse.launch.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitclipse.launch/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse Launch Configurations
Bundle-SymbolicName: org.pitest.pitclipse.launch;singleton:=true
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Vendor: Pitest.org
Automatic-Module-Name: org.pitest.pitclipse.launch
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse's Pitest Listeners
Bundle-SymbolicName: org.pitest.pitclipse.listeners
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Fragment-Host: org.pitest;bundle-version="1.4.11"
Automatic-Module-Name: org.pitest.pitclipse.listeners
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse Preferences UI
Bundle-SymbolicName: org.pitest.pitclipse.preferences.ui;singleton:=true
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Vendor: Pitest.org
Automatic-Module-Name: org.pitest.pitclipse.preferences.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitclipse.runner/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse Runner
Bundle-SymbolicName: org.pitest.pitclipse.runner
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Vendor: Pitest.org
Automatic-Module-Name: org.pitest.pitclipse.runner
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitclipse.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse UI
Bundle-SymbolicName: org.pitest.pitclipse.ui;singleton:=true
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.11.1,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.10.1,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest.pitest-junit5-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.bundles</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitest-junit5-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.pitest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.bundles</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.bundles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.pitest.pitclipse.core.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.pitest.pitclipse.core.feature"
label="Pitclipse Core"
version="2.0.2"
version="2.1.0"
provider-name="Pitest.org">

<description url="https://github.com/pitest/pitclipse">
Expand Down
2 changes: 1 addition & 1 deletion features/org.pitest.pitclipse.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.pitest.pitclipse.ui.feature"
label="Pitclipse UI"
version="2.0.2"
version="2.1.0"
provider-name="Pitest.org">

<description url="https://github.com/pitest/pitclipse">
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.features</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>Pitclipse</name>
Expand Down Expand Up @@ -79,7 +79,7 @@
<artifact>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.target</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</artifact>
</target>
<environments>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.pitest.pitclipse.p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.releng</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.p2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.pitest.pitclipse.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.releng</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.target</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.releng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/io.cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.tests</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>io.cucumber</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse Runner Tests
Bundle-SymbolicName: org.pitest.pitclipse.runner.tests
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Vendor: Pitest.org
Fragment-Host: org.pitest.pitclipse.runner;bundle-version="2.0.0"
Automatic-Module-Name: org.pitest.pitclipse.runner.tests
Expand Down
2 changes: 1 addition & 1 deletion tests/org.pitest.pitclipse.runner.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.tests</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<build>
Expand Down
10 changes: 5 additions & 5 deletions tests/org.pitest.pitclipse.tests.coverage.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.tests</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.tests.coverage.report</artifactId>
Expand Down Expand Up @@ -43,25 +43,25 @@
<dependency>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.runner</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.runner.tests</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.ui</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.ui.tests</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.pitest.pitclipse.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pitclipse UI Tests
Bundle-SymbolicName: org.pitest.pitclipse.ui.tests;singleton:=true
Bundle-Version: 2.0.2
Bundle-Version: 2.1.0
Bundle-Vendor: Pitest.org
Fragment-Host: org.pitest.pitclipse.ui;bundle-version="2.0.0"
Automatic-Module-Name: org.pitest.pitclipse.ui.tests
Expand Down
2 changes: 1 addition & 1 deletion tests/org.pitest.pitclipse.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse.tests</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.pitest</groupId>
<artifactId>org.pitest.pitclipse</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</parent>

<artifactId>org.pitest.pitclipse.tests</artifactId>
Expand Down

0 comments on commit 1402a5e

Please sign in to comment.