Skip to content

Commit

Permalink
Version 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Nov 20, 2024
1 parent d1e1e40 commit b51a2c2
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion blackbox-aspect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>avaje-inject-parent</artifactId>
<groupId>io.avaje</groupId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion blackbox-other/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>avaje-inject-parent</artifactId>
<groupId>io.avaje</groupId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>

<artifactId>blackbox-other</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion blackbox-test-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>avaje-inject-parent</artifactId>
<groupId>io.avaje</groupId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion inject-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>
<artifactId>avaje-inject-aop</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion inject-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>
<artifactId>avaje-inject-events</artifactId>
<name>avaje inject events</name>
Expand Down
2 changes: 1 addition & 1 deletion inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>

<artifactId>avaje-inject-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions inject-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ plugins {
}

group 'io.avaje.inject'
version '10.5'
version '10.6'

repositories {
mavenLocal()
mavenCentral()
}

dependencies {
implementation 'io.avaje:avaje-inject:10.5'
implementation 'io.avaje:avaje-inject:10.6'
implementation gradleApi()

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
import io.avaje.inject.spi.Module;
import io.avaje.inject.spi.Plugin;

import org.gradle.api.*;

import org.gradle.api.Project;
import org.gradle.api.Task;
import org.gradle.api.GradleException;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
Expand All @@ -24,7 +25,7 @@
/**
* Plugin that discovers external avaje inject modules and plugins.
*/
public class AvajeInjectPlugin implements Plugin<Project> {
public class AvajeInjectPlugin implements org.gradle.api.Plugin<Project> {

private final List<ModuleData> modules = new ArrayList<>();

Expand Down
2 changes: 1 addition & 1 deletion inject-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-inject-parent</artifactId>
<groupId>io.avaje</groupId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>

<artifactId>avaje-inject-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>

<artifactId>avaje-inject-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
</parent>

<artifactId>avaje-inject</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>10.6-SNAPSHOT</version>
<version>10.6</version>
<packaging>pom</packaging>
<name>avaje inject parent</name>
<description>parent pom for avaje inject library</description>
Expand All @@ -22,7 +22,7 @@
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<surefire.useModulePath>false</surefire.useModulePath>
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
<project.build.outputTimestamp>2024-11-10T19:30:37Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-20T04:48:30Z</project.build.outputTimestamp>
<!-- VALHALLA-START ___
<maven.compiler.release>23</maven.compiler.release>
<maven.compiler.enablePreview>true</maven.compiler.enablePreview>
Expand Down

0 comments on commit b51a2c2

Please sign in to comment.