Skip to content

Commit

Permalink
bump junit5 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
echebbi committed Mar 23, 2024
1 parent dafd5b2 commit fa97e5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
15 changes: 1 addition & 14 deletions bundles/org.pitest.pitest-junit5-plugin/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand All @@ -13,19 +13,6 @@
<attribute name="javadoc_location" value="jar:platform:/resource/org.pitest.pitest-junit5-plugin/lib/pitest-junit5-plugin-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
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: pitest-junit5-plugin
Bundle-SymbolicName: org.pitest.pitest-junit5-plugin
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 1.2.1
Bundle-ClassPath: lib/pitest-junit5-plugin-sources.jar,
lib/pitest-junit5-plugin-javadoc.jar,
lib/pitest-junit5-plugin.jar,
Expand Down
4 changes: 2 additions & 2 deletions bundles/org.pitest.pitest-junit5-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</parent>

<artifactId>org.pitest.pitest-junit5-plugin</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>eclipse-plugin</packaging>
<description>Wraps Pitest JUnit 5 Plugin's JAR as an Eclipse plug-in</description>

<properties>
<!-- The version of the 'pitest-junit5-plugin' deployed in Maven.
We cannot use a bare ${project.version} as in org.pitest because
Tycho packs this project with the version "0.14.0" -->
<project.maven.version>0.14</project.maven.version>
<project.maven.version>1.2.1</project.maven.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fa97e5f

Please sign in to comment.