Skip to content

Commit

Permalink
Update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gofraser committed Sep 16, 2021
1 parent bb56fd4 commit 312a417
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>evosuite-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>evosuite-master</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/build-support-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<!-- Module used to check if running ES tests in Ant works fine -->
Expand Down
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.1.1.qualifier
Bundle-Version: 1.2.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.1.1-SNAPSHOT</version>
<version>1.2.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.1.1.qualifier
Bundle-Version: 1.2.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.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -31,7 +31,7 @@
<artifactItem>
<groupId>org.evosuite</groupId>
<artifactId>evosuite-master</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.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.1.1.qualifier
Bundle-Version: 1.2.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.1.1.qualifier">
version="1.2.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.1.1-SNAPSHOT</version>
<version>1.2.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.1.1.qualifier">
<feature id="org.evosuite.plugins.eclipse.feature" version="1.2.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.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/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-plugins</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>evosuite-eclipse-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<!-- Module used to test the Maven Plugin. Has to be called _after_ "install" has been executed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ private Verifier getVerifier(Path targetProject) throws Exception{
Verifier verifier = new Verifier(targetProject.toAbsolutePath().toString());
Properties props = new Properties(System.getProperties());
//update version if run from IDE instead of Maven
props.put("evosuiteVersion", System.getProperty("evosuiteVersion","1.0.6-SNAPSHOT"));
props.put("evosuiteVersion", System.getProperty("evosuiteVersion","1.2.0"));
verifier.setSystemProperties(props);
return verifier;
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>evosuite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<groupId>org.evosuite.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>evosuite</artifactId>
<name>EvoSuite</name>
<description>n/a</description>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<url>http://www.evosuite.org/</url>
<inceptionYear>2010</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>evosuite-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>evosuite</artifactId>
<groupId>org.evosuite</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion standalone_runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>evosuite</artifactId>
<groupId>org.evosuite</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 312a417

Please sign in to comment.