Skip to content

Commit

Permalink
Bump eclipse plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
gofraser committed Oct 6, 2020
1 parent 042cb7b commit 1e69688
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-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: EvoSuite Eclipse plugin - Core
Bundle-SymbolicName: org.evosuite.plugins.eclipse.core;singleton:=true
Bundle-Version: 1.0.7.qualifier
Bundle-Version: 1.1.0
Bundle-Activator: org.evosuite.eclipse.Activator
Bundle-Vendor: Gordon Fraser, José Miguel Rojas and Thomas White - University of Sheffield
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-eclipse-plugin</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-deps/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: EvoSuite Eclipse plugin - Dependencies
Bundle-SymbolicName: org.evosuite.plugins.eclipse.deps
Bundle-Version: 1.0.7.qualifier
Bundle-Version: 1.1.0
Bundle-Vendor: Gordon Fraser, José Miguel Rojas and Thomas White - University of Sheffield
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: lib/evosuite.jar
Expand Down
4 changes: 2 additions & 2 deletions plugins/eclipse/evosuite-eclipse-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-eclipse-plugin</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -31,7 +31,7 @@
<artifactItem>
<groupId>org.evosuite</groupId>
<artifactId>evosuite-master</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.basedir}/lib</outputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
Bundle-Name: EvoSuite Eclipse plugin - Feature
Bundle-SymbolicName: org.evosuite.plugins.eclipse.feature
Bundle-Vendor: Gordon Fraser, José Miguel Rojas and Thomas White - University of Sheffield
Bundle-Version: 1.0.7.qualifier
Bundle-Version: 1.1.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<feature
id="org.evosuite.plugins.eclipse.feature"
label="EvoSuite JUnit Test Generation"
version="1.0.7.qualifier">
version="1.1.0">

<description url="http://www.evosuite.org">
This is an experimental plugin for the EvoSuite test generation tool, and is likely very unstable.
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-eclipse-plugin</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<description name="EvoSuite Eclipse Plugin" url="http://www.evosuite.org/">
This is an experimental Eclipse plugin for the EvoSuite JUnit Test Generation tool
</description>
<feature id="org.evosuite.plugins.eclipse.feature" version="1.0.7.qualifier">
<feature id="org.evosuite.plugins.eclipse.feature" version="1.1.0">
<category name="EvoSuite_Category"/>
</feature>
<category-def name="EvoSuite_Category" label="JUnit Test Generation"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/evosuite-eclipse-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-eclipse-plugin</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions plugins/eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>evosuite-eclipse-plugin</artifactId>
<packaging>pom</packaging>

<properties>
<tycho-version>1.2.0</tycho-version>
<eclipse-repo.url>http://download.eclipse.org/releases/photon</eclipse-repo.url>
<tycho-version>1.7.0</tycho-version>
<eclipse-repo.url>http://download.eclipse.org/releases/photon/</eclipse-repo.url>
</properties>

<repositories>
Expand Down

0 comments on commit 1e69688

Please sign in to comment.