This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


    from 78edd4312 [MNG-7106] Accept same lower and upper bound in version spec 
string (#825)
     new c3361ab62 Fix javadoc issues
     new 49d1ec166 Restore the serializable aspect of the Model

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../maven/api/annotations/NotThreadSafe.java       |  2 +-
 .../maven/api/model/ImmutableCollections.java      | 17 ++++--
 .../org/apache/maven/api/model/InputLocation.java  | 15 ++++-
 .../org/apache/maven/api/model/InputSource.java    |  4 ++
 .../org/apache/maven/api/model/package-info.java   |  4 +-
 api/maven-api-model/src/main/mdo/maven.mdo         |  6 +-
 api/maven-api-model/src/main/mdo/model.vm          | 52 ++++++++++++-----
 .../maven/api/settings/ImmutableCollections.java   | 13 ++++-
 api/maven-api-settings/src/main/mdo/model.vm       | 56 +++++++++++++++----
 .../maven/api/toolchain/ImmutableCollections.java  | 13 ++++-
 api/maven-api-toolchain/src/main/mdo/model.vm      | 56 +++++++++++++++----
 .../java/org/apache/maven/model/BaseObject.java    |  3 +-
 .../org/apache/maven/model/SerializationTest.java  | 65 ++++++++++++++++++++++
 maven-model/{ => src/test/resources/xml}/pom.xml   |  0
 .../plugin/lifecycle/ImmutableCollections.java     | 13 ++++-
 15 files changed, 261 insertions(+), 58 deletions(-)
 create mode 100644 
maven-model/src/test/java/org/apache/maven/model/SerializationTest.java
 copy maven-model/{ => src/test/resources/xml}/pom.xml (100%)

Reply via email to