eclipse-tm4e / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
93 stars 56 forks source link

build(deps): bump tycho-version from 4.0.2 to 4.0.3 #594

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tycho-version from 4.0.2 to 4.0.3. Updates org.eclipse.tycho:tycho-buildtimestamp-jgit from 4.0.2 to 4.0.3

Release notes

Sourced from org.eclipse.tycho:tycho-buildtimestamp-jgit's releases.

Tycho 4.0.3 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.3/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.3 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.3 🙏 contributors who contributed patches for this release:

  • CĂ©dric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

đź’° we would like to also thank the Eclipse IDE Working Group for sponsoring the releng work in this release

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-buildtimestamp-jgit's changelog.

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-repository-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        ... other configuration options ...
        <repositoryReferenceFilter>
            <addOnlyProviding>true</addOnlyProviding>
            <exclude>
                <location>https://foo.bar.org/hidden/**</location>
                <location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
                <location>![https://foo.bar.org/**]</location>
            </exclude>
        </repositoryReferenceFilter>
    </configuration>
</plugin>
Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view


Updates org.eclipse.tycho.extras:tycho-sourceref-jgit from 4.0.2 to 4.0.3

Updates org.eclipse.tycho:tycho-maven-plugin from 4.0.2 to 4.0.3

Release notes

Sourced from org.eclipse.tycho:tycho-maven-plugin's releases.

Tycho 4.0.3 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.3/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.3 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.3 🙏 contributors who contributed patches for this release:

  • CĂ©dric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

đź’° we would like to also thank the Eclipse IDE Working Group for sponsoring the releng work in this release

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-maven-plugin's changelog.

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-repository-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        ... other configuration options ...
        <repositoryReferenceFilter>
            <addOnlyProviding>true</addOnlyProviding>
            <exclude>
                <location>https://foo.bar.org/hidden/**</location>
                <location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
                <location>![https://foo.bar.org/**]</location>
            </exclude>
        </repositoryReferenceFilter>
    </configuration>
</plugin>
Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:target-platform-configuration from 4.0.2 to 4.0.3

Release notes

Sourced from org.eclipse.tycho:target-platform-configuration's releases.

Tycho 4.0.3 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.3/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.3 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.3 🙏 contributors who contributed patches for this release:

  • CĂ©dric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

đź’° we would like to also thank the Eclipse IDE Working Group for sponsoring the releng work in this release

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:target-platform-configuration's changelog.

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-repository-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        ... other configuration options ...
        <repositoryReferenceFilter>
            <addOnlyProviding>true</addOnlyProviding>
            <exclude>
                <location>https://foo.bar.org/hidden/**</location>
                <location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
                <location>![https://foo.bar.org/**]</location>
            </exclude>
        </repositoryReferenceFilter>
    </configuration>
</plugin>
Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:tycho-source-plugin from 4.0.2 to 4.0.3

Release notes

Sourced from org.eclipse.tycho:tycho-source-plugin's releases.

Tycho 4.0.3 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.3/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.3 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.3 🙏 contributors who contributed patches for this release:

  • CĂ©dric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

đź’° we would like to also thank the Eclipse IDE Working Group for sponsoring the releng work in this release

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-source-plugin's changelog.

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-repository-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        ... other configuration options ...
        <repositoryReferenceFilter>
            <addOnlyProviding>true</addOnlyProviding>
            <exclude>
                <location>https://foo.bar.org/hidden/**</location>
                <location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
                <location>![https://foo.bar.org/**]</location>
            </exclude>
        </repositoryReferenceFilter>
    </configuration>
</plugin>
Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:tycho-p2-plugin from 4.0.2 to 4.0.3

Release notes

Sourced from org.eclipse.tycho:tycho-p2-plugin's releases.

Tycho 4.0.3 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.3/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.3 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.3 🙏 contributors who contributed patches for this release:

  • CĂ©dric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

đź’° we would like to also thank the Eclipse IDE Working Group for sponsoring the releng work in this release

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-p2-plugin's changelog.

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-repository-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        ... other configuration options ...
        <repositoryReferenceFilter>
            <addOnlyProviding>true</addOnlyProviding>
            <exclude>
                <location>https://foo.bar.org/hidden/**</location>
                <location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
                <location>![https://foo.bar.org/**]</location>
            </exclude>
        </repositoryReferenceFilter>
    </configuration>
</plugin>
Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:tycho-packaging-plugin from 4.0.2 to 4.0.3

Release notes

Sourced from org.eclipse.tycho:tycho-packaging-plugin's releases.

Tycho 4.0.3 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.3/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.3 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.3 🙏 contributors who contributed patches for this release:

  • CĂ©dric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

đź’° we would like to also thank the Eclipse IDE Working Group for sponsoring the releng work in this release

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed