Skip to content

Commit

Permalink
Update files for next iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Brail committed Jun 17, 2015
1 parent 02a376e commit 2124086
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ test {
systemProperty 'user.timezone', 'America/Los_Angeles'
maxHeapSize = "256m"
testLogging.showStandardStreams = true
ignoreFailures = true
}

task testBenchmark(type: Test) {
Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

name: rhino
Name: Rhino
version: 1.7.7
version: 1.7.8-SNAPSHOT
# See Context#getImplementationVersion() for format of this!
implementation.version: Rhino 1.7.7 ${implementation.date}
implementation.version: Rhino 1.7.8-SNAPSHOT ${implementation.date}

build.dir: build
rhino.jar: js.jar
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Sun, 26 Apr 2015 10:43:55 +0300
rootProject.name=rhino
group=org.mozilla
version=1.7.7
version=1.7.8-SNAPSHOT
buildDir=buildGradle
2 changes: 1 addition & 1 deletion maven/maven-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<name>Mozilla Rhino</name>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>

<packaging>jar</packaging>
<description>
Expand Down
4 changes: 2 additions & 2 deletions src/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Main-Class: org.mozilla.javascript.tools.shell.Main
Implementation-Version: 1.7.7-SNAPSHOT
Implementation-Title: Mozilla Rhino 1.7.7
Implementation-Version: 1.7.8-SNAPSHOT
Implementation-Title: Mozilla Rhino 1.7.8
Implementation-Vendor: Mozilla Foundation
Implementation-URL: http://www.mozilla.org/rhino

0 comments on commit 2124086

Please sign in to comment.