You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/11/16 09:49:49 UTC

[royale-typedefs] branch develop updated (c45904e -> 26fc7b0)

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

carlosrovira pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git.


    from c45904e  update version
     new 369d4fa  - Updated the build to use the new default maven reproducible build timestamp - Cleaned up the plugins and plugin versions - Cleaned up the profiles - Updated the Apache parent pom
     new eafb96d  - Even more cleaning up
     new dd3a789  - Made sure the tests work on an empty maven local repo - Bumped the minimum java version to 1.7 as 1.6 is no longer supported on Java 13 VMs - Created a self-activating profile 'reproducible-builds' which activates itself as soon as the 'project.build.outputTimestamp' property is set
     new ceb050a  - Added the maven-wrapper to all repos (including adding the mention to the LICENCE files)
     new 8d150e9  - Streamlined the profile names
     new 4945bfe  - Added the configuration for the new reproducible builds release plugin extension - Commented out the reproducibleBuilds properties
     new 26fc7b0  Merge pull request #3 from chrisdutz/develop

The 532 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:
 .mvn/wrapper/MavenWrapperDownloader.java | 117 ++++++++++
 .mvn/wrapper/maven-wrapper.properties    |  19 ++
 GCL/pom.xml                              |   8 -
 LICENSE                                  |   7 +
 cordova/pom.xml                          |   8 -
 createjs/pom.xml                         |   8 -
 google_maps/pom.xml                      |   9 -
 jasmine/pom.xml                          |   9 -
 jquery/pom.xml                           |   9 -
 js/pom.xml                               |  10 -
 mvnw                                     | 305 ++++++++++++++++++++++++++
 mvnw.cmd                                 | 172 +++++++++++++++
 node/pom.xml                             |   9 -
 pom.xml                                  | 356 +++++++++----------------------
 14 files changed, 716 insertions(+), 330 deletions(-)
 create mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 create mode 100644 .mvn/wrapper/maven-wrapper.properties
 create mode 100755 mvnw
 create mode 100644 mvnw.cmd