Skip to content

Commit

Permalink
Increased version numbers to 1.35.
Browse files Browse the repository at this point in the history
  • Loading branch information
rliesenfeld committed Sep 2, 2017
1 parent b14d9e4 commit 6f38978
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coverageTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.34</version>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.35</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.34</version>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.35</version>
<packaging>jar</packaging>

<name>Main</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/needle4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<!-- Test dependencies -->
<dependency>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.34</version>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.35</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- Test dependencies -->
<dependency>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.34</version>
<groupId>org.jmockit</groupId><artifactId>jmockit</artifactId><version>1.35</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmockit.version>1.34</jmockit.version>
<jmockit.version>1.35</jmockit.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34
1.35

0 comments on commit 6f38978

Please sign in to comment.