Commit 479a90b4 authored by Jisi Liu's avatar Jisi Liu

Revert unwanted changes.

parent 78d040a1
# Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can # Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can
# test more combinations but AppVeyor just takes too long to finish (each # test more combinations but AppVeyor just takes too long to finish (each
# combination takes ~15mins). # combination takes ~15mins).
platform: platform:
- Win64 - Win64
configuration: configuration:
- Debug - Debug
environment: environment:
matrix: matrix:
- language: cpp - language: cpp
BUILD_DLL: ON BUILD_DLL: ON
- language: csharp - language: csharp
install: install:
- ps: Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip - ps: Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip
- 7z x gmock-1.7.0.zip - 7z x gmock-1.7.0.zip
- rename gmock-1.7.0 gmock - rename gmock-1.7.0 gmock
before_build: before_build:
- if %platform%==Win32 set generator=Visual Studio 12 - if %platform%==Win32 set generator=Visual Studio 12
- if %platform%==Win64 set generator=Visual Studio 12 Win64 - if %platform%==Win64 set generator=Visual Studio 12 Win64
- if %platform%==Win32 set vcplatform=Win32 - if %platform%==Win32 set vcplatform=Win32
- if %platform%==Win64 set vcplatform=x64 - if %platform%==Win64 set vcplatform=x64
build_script: build_script:
- CALL appveyor.bat - CALL appveyor.bat
skip_commits: skip_commits:
message: /.*\[skip appveyor\].*/ message: /.*\[skip appveyor\].*/
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</parent> </parent>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId> <artifactId>protobuf-java-util</artifactId>
<version>3.0.0-alpha-4-pre</version> <version>3.0.0-beta-1</version>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>Protocol Buffer Java API</name> <name>Protocol Buffer Java API</name>
<description> <description>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>3.0.0-alpha-4-pre</version> <version>3.0.0-beta-1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<instructions> <instructions>
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL> <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName> <Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName>
<Export-Package>com.google.protobuf.util;version=3.0.0-alpha-3</Export-Package> <Export-Package>com.google.protobuf.util;version=3.0.0-beta-1</Export-Package>
</instructions> </instructions>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment