Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
gofraser committed Jan 3, 2017
1 parent aff3611 commit c71bafb
Show file tree
Hide file tree
Showing 28 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>

<artifactId>evosuite-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evosuite</artifactId>
<groupId>org.evosuite</groupId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,4 +24,4 @@
</dependency>
</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>

<!-- Module used to check if running ES tests in Ant works fine -->
Expand Down
4 changes: 2 additions & 2 deletions plugins/build-support-test/projects/simple/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- this needs to be set with -D. Done automatically from tests.
Uncomment (and update) if open from IDE -->
<!--<property name="evosuiteVersion" value="1.0.4-SNAPSHOT" />-->
<!--<property name="evosuiteVersion" value="1.0.4" />-->
<property name="EvoSuiteCompiledTestFolder" value="build/tests" />


Expand Down Expand Up @@ -137,4 +137,4 @@
</junit>
</target>

</project>
</project>
4 changes: 2 additions & 2 deletions plugins/build-support-test/projects/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- this needs to be set with -D. Done automatically from tests.
Uncomment (and update) if open from IDE -->
<!--<evosuiteVersion>1.0.4-SNAPSHOT</evosuiteVersion>-->
<!--<evosuiteVersion>1.0.4</evosuiteVersion>-->
</properties>


Expand Down Expand Up @@ -74,4 +74,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class BuildSupportIT {

private String getEvoSuiteVersion(){
//update version if run from IDE instead of Maven
return System.getProperty("evosuiteVersion","1.0.4-SNAPSHOT");
return System.getProperty("evosuiteVersion","1.0.4");
}

@Before
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.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -31,7 +31,7 @@
<artifactItem>
<groupId>org.evosuite</groupId>
<artifactId>evosuite-master</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.basedir}/lib</outputDirectory>
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.4-SNAPSHOT</version>
<version>1.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.4-SNAPSHOT</version>
<version>1.0.4</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.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>evosuite-eclipse-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/intellij/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<idea-plugin version="2">
<id>org.evosuite.plugin.intellij</id>
<name>EvoSuite Plugin</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<vendor email="[email protected]" url="http://www.evosuite.org">EvoSuite</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -90,4 +90,4 @@
<!-- Add your actions here -->
</actions>

</idea-plugin>
</idea-plugin>
2 changes: 1 addition & 1 deletion plugins/jenkins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.evosuite</groupId>
<artifactId>evosuite-master</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>de.java2html</groupId>
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>

<!-- Module used to test the Maven Plugin. Has to be called _after_ "install" has been executed
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven-test/projects/CoverageModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
</parent>


</project>
</project>
2 changes: 1 addition & 1 deletion plugins/maven-test/projects/EnvModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
</parent>


</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
</dependency>
</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion plugins/maven-test/projects/SimpleModule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
</parent>


</project>
</project>
4 changes: 2 additions & 2 deletions plugins/maven-test/projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<!-- this needs to be set with -D. Done automatically from tests.
Uncomment (and update) if open from IDE -->
<!--<evosuiteVersion>1.0.4-SNAPSHOT</evosuiteVersion>-->
<!--<evosuiteVersion>1.0.4</evosuiteVersion>-->
</properties>


Expand Down Expand Up @@ -323,4 +323,4 @@
</profiles>


</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,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.4-SNAPSHOT"));
props.put("evosuiteVersion", System.getProperty("evosuiteVersion","1.0.4"));
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite.plugins</groupId>
<artifactId>evosuite-plugins</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</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 @@ -7,7 +7,7 @@
<artifactId>evosuite</artifactId>
<name>EvoSuite</name>
<description>n/a</description>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
<packaging>pom</packaging>
<url>http://www.evosuite.org/</url>
<inceptionYear>2010</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions release_results/script/experiments_shef.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


# How to run EvoSuite
EVOSUITE="java -Xmx400M -jar /fastdata/ac1gf/release_results/evosuite-master-1.0.4-SNAPSHOT.jar"
EVOSUITE="java -Xmx400M -jar /fastdata/ac1gf/release_results/evosuite-master-1.0.4.jar"

# Location of SF110
CASESTUDY_DIR="/data/ac1gf/sf110"
Expand All @@ -42,4 +42,4 @@ def getScriptHead():
return s

#import experiments_base
execfile('experiments_base.py')
execfile('experiments_base.py')
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.evosuite</groupId>
<artifactId>evosuite</artifactId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>

<artifactId>evosuite-runtime</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evosuite</artifactId>
<groupId>org.evosuite</groupId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -91,4 +91,4 @@

</build>

</project>
</project>
4 changes: 2 additions & 2 deletions standalone_runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>evosuite</artifactId>
<groupId>org.evosuite</groupId>
<version>1.0.4-alpha2</version>
<version>1.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -106,4 +106,4 @@

</build>

</project>
</project>

0 comments on commit c71bafb

Please sign in to comment.