aboutsummaryrefslogtreecommitdiff
path: root/java/core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 3.2.0v3.2.0-alpha-1v3.2.0Bo Yang2017-01-271-1/+1
|
* Update version number to 3.2.0rc2v3.2.0rc2Bo Yang2017-01-181-1/+1
|
* Update version number to 3.2.0-rc.1 (#2578)v3.2.0-rc.1Paul Yang2017-01-111-1/+1
|
* Bump version number to 3.2.0Bo Yang2016-12-281-1/+1
|
* Use latest maven-compiler-plugin (2.6.0)Christopher Tubbs2016-11-041-5/+28
| | | | | | * Uses build-helper-maven-plugin to add generated sources to the classpath * Fixes an issue building with newer versions of the maven-compiler-plugin (See https://issues.apache.org/jira/browse/MCOMPILER-240)
* Update version number.Feng Xiao2016-10-101-1/+1
| | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-10-101-1/+1
|
* Bump version number to 3.0.2Jisi Liu2016-09-021-1/+1
|
* Bump version number for GAJisi Liu2016-07-251-1/+1
|
* Update version number to 3.0.0-beta-4Feng Xiao2016-07-131-1/+1
|
* Update version numbers for other languagesJisi Liu2016-05-101-1/+1
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+118
protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings.