Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix purging pre release packages & add missing packages to bom #13942

Merged
merged 3 commits into from
Dec 24, 2024

Conversation

jdaugherty
Copy link
Contributor

No description provided.

@jdaugherty jdaugherty changed the title Fix purging pre release packages Fix purging pre release packages & add missing packages to bom Dec 24, 2024
@jdaugherty
Copy link
Contributor Author

Ensures the events projects are now in the bom:

  <dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-events-compat</artifactId>
    <version>${grails-async.version}</version>
  </dependency>
  <dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-events-gpars</artifactId>
    <version>${grails-async.version}</version>
  </dependency>
  <dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-events-rxjava</artifactId>
    <version>${grails-async.version}</version>
  </dependency>
  <dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-events-rxjava2</artifactId>
    <version>${grails-async.version}</version>
  </dependency>
  <dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-events-spring</artifactId>
    <version>${grails-async.version}</version>
  </dependency>
  <dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-events-transform</artifactId>
    <version>${grails-async.version}</version>
  </dependency>

@jdaugherty jdaugherty merged commit be0be3d into grails:7.0.x Dec 24, 2024
10 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants