aboutsummaryrefslogtreecommitdiff
path: root/value/pom.xml
AgeCommit message (Expand)Author
2020-07-08Set version number for auto-value-parent to 1.7.4.upstream/auto-value-1.7.4upstream-auto-value-1.7.4Éamonn McManus
2020-04-15Update versions of Truth and Compile-testing.Sean Sullivan
2020-04-10Release the SerializableAutoValue extension.alvinlao
2019-11-08Be more explicit about which Java versions AutoValue supports. The compiler m...emcmanus
2019-10-04Update dependencies:cpovirk
2019-06-06Update to Truth 0.45, and address deprecations.cpovirk
2019-05-05Stop using auto-parent.cpovirk
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2018-12-03Update to auto-parent 7 to get the latest version of Guavaronshapiro
2018-03-19Make AutoValue releasable againronshapiro
2018-03-12Create an auto-value-annotations artifact separate from the processorronshapiro
2018-01-25Don't include AutoValue's sources in its Maven jar. It looks as if they have ...emcmanus
2018-01-24Use latest versions of auto-common (0.10) and auto-service (1.0-rc4).dpb
2018-01-18Update references to auto-parent 6.dpb
2017-12-14Update version of auto-common to 0.9.dpb
2017-12-04Use dependency and plugin management from auto-parent v5. Use latest dependen...dpb
2017-11-15Replace truth.FailureStrategy with truth.FailureMetadata in custom Subjects.jijiang
2017-10-18Avoid including javax/annotation/* in the shipped AutoValue jar. Add a Google...emcmanus
2017-09-28Update the AutoValue snapshot version from 1.5-SNAPSHOT to 1.6-SNAPSHOT. This...emcmanus
2017-08-22Update the AutoValue pom.xml with latest versions.emcmanus
2017-08-03Migrate TestVerb.withFailureMessage to use withMessage instead and update tru...jijiang
2017-04-21Update AutoValueProcessor to use Java 8 constructs now that we can.emcmanus
2017-04-20Update AutoValue's Maven dependencies to latest versions. We were staying on ...emcmanus
2017-04-06Delete the asm dependency. It was needed for a hack to work around an Eclipse...emcmanus
2017-03-22Update AutoValue snapshot version now that 1.4 has been released.emcmanus
2016-12-21Tweak AutoValue's Maven configuration so it can work with Java 7 builds, by c...emcmanus
2016-12-21Remove the exclusion of Truth from the dependencies of Compile Testing in the...emcmanus
2016-12-20Fix AutoValueProcessor so it works even if an old version of @AutoValue is in...emcmanus
2016-11-09Suppress javadoc doclint in maven, when running on java8 which both introduce...cgruber
2016-11-09Upgrade auto-value to use the released auto-common.cgruber
2016-10-12Update ASM usages for Java 8:cushon
2016-09-21Replace the use of Elements.overrides in MoreElements.getLocalAndInheritedMet...emcmanus
2016-09-08Add @Memoized to the open-source AutoValue project.dpb
2016-08-29Change the AutoValue version from 1.3-SNAPSHOT to 1.4-SNAPSHOT now that 1.3 h...emcmanus
2016-08-29Update the integration test pom.xml files to use a version of maven-jar-plugi...cgruber
2016-05-10Add logic to AutoValue to detect the confusing case where you think you are u...emcmanus
2016-03-21Bump auto-value development version to 1.3-SNAPSHOTcgruber
2016-03-21Rely on Guava 19.0 and use CharMatcher.whitespace() since CharMatcher.WHITESP...cgdecker
2016-01-10Package com.google.* classes under autovalue.shaded.com.google.*ronshapiro
2015-10-21Use a maven property to harmonize guava versions.cgruber
2015-09-11As suggested by @jbgi, change the Maven build for AutoValue to use the org.im...cgruber
2015-08-05Bump dependency versions.cgruber
2015-08-04Switch AutoValueProcessor over to using the EscapeVelocity subset of Apache V...emcmanus
2015-05-19[release] Restore snapshot development version.Christian Edward Gruber
2015-05-19[release] Prepare to release AutoValue 1.1.Christian Edward Gruber
2015-04-24Bump projects to use the new parent pom, and (therefore) the sonatype release...Christian Edward Gruber
2015-03-17Change Maven shading for AutoValue so that org.apache.commons is shaded.Éamonn McManus
2015-02-03Change the version of AutoValue from 1.0-SNAPSHOT to 1.1-SNAPSHOT.Éamonn McManus
2015-01-21Make AutoValue depend on AutoCommon 1.0-SNAPSHOT until we make a new release.Eamonn McManus
2015-01-21Use Guava 18 so FluentIterable.join(Joiner) can be used, and bump jar plugins...Christian Edward Gruber