Skip to content

Commit

Permalink
Bump version to 3.1.11-SNAPSHOT for further development
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Apr 12, 2024
1 parent 040de68 commit 8cf10c7
Show file tree
Hide file tree
Showing 32 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion jte-deploy-nexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<!-- This entire module is an insane hack just because of this bug: https://issues.sonatype.org/browse/NEXUS-9138 -->
Expand Down
6 changes: 3 additions & 3 deletions jte-extension-api-mocks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<artifactId>jte-extension-api-mocks</artifactId>
Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-extension-api</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jte-extension-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<artifactId>jte-extension-api</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions jte-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repositories {
}

dependencies {
implementation('gg.jte:jte:3.1.10')
implementation('gg.jte:jte-kotlin:3.1.10')
implementation('gg.jte:jte:3.1.11-SNAPSHOT')
implementation('gg.jte:jte-kotlin:3.1.11-SNAPSHOT')
}

group = 'gg.jte'
version = '3.1.10'
version = '3.1.11-SNAPSHOT'

compileJava {
sourceCompatibility = '1.8'
Expand Down
4 changes: 2 additions & 2 deletions jte-jsp-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<name>jte-jsp-converter</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jte-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<name>jte-kotlin</name>
Expand Down
2 changes: 1 addition & 1 deletion jte-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<name>jte-maven-plugin</name>
Expand Down
12 changes: 6 additions & 6 deletions jte-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<artifactId>jte-models</artifactId>
Expand All @@ -15,23 +15,23 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-extension-api</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-extension-api-mocks</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</dependency>
</dependencies>

Expand All @@ -40,7 +40,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<contentType>Plain</contentType>
Expand Down
4 changes: 2 additions & 2 deletions jte-native-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<artifactId>jte-native-resources</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-extension-api</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jte-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jte-spring-boot-starter-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<name>jte-spring-boot-starter-2</name>
Expand Down
2 changes: 1 addition & 1 deletion jte-spring-boot-starter-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<name>jte-spring-boot-starter-3</name>
Expand Down
2 changes: 1 addition & 1 deletion jte-watcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jte/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</parent>

<name>jte</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jte-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion test/jte-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions test/jte-hotreload-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-hotreload-test</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -85,7 +85,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>3.1.10</version>
<version>3.1.11-SNAPSHOT</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<contentType>Html</contentType>
Expand Down
6 changes: 3 additions & 3 deletions test/jte-runtime-cp-test-gradle-convention/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id 'java'
id 'gg.jte.gradle' version '3.1.10'
id 'gg.jte.gradle' version '3.1.11-SNAPSHOT'
id 'org.graalvm.buildtools.native' version '0.9.28'
}

Expand All @@ -18,13 +18,13 @@ test {
}

dependencies {
implementation('gg.jte:jte-runtime:3.1.10')
implementation('gg.jte:jte-runtime:3.1.11-SNAPSHOT')
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation('org.assertj:assertj-core:3.23.1')
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
implementation 'info.picocli:picocli:4.6.1'
annotationProcessor 'info.picocli:picocli-codegen:4.6.1'
jteGenerate('gg.jte:jte-native-resources:3.1.10')
jteGenerate('gg.jte:jte-native-resources:3.1.11-SNAPSHOT')
}

jte {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.10"
id("gg.jte.gradle") version("3.1.10")
id("gg.jte.gradle") version("3.1.11-SNAPSHOT")
}

repositories {
Expand All @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.junit.jupiter:junit-jupiter:5.4.2")
implementation("gg.jte:jte-runtime:3.1.10")
implementation("gg.jte:jte-runtime:3.1.11-SNAPSHOT")
}

jte {
Expand Down
4 changes: 2 additions & 2 deletions test/jte-runtime-cp-test-gradle-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.Paths

plugins {
kotlin("jvm") version "1.9.10"
id("gg.jte.gradle") version("3.1.10")
id("gg.jte.gradle") version("3.1.11-SNAPSHOT")
}

repositories {
Expand All @@ -14,7 +14,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.junit.jupiter:junit-jupiter:5.4.2")
implementation("gg.jte:jte-runtime:3.1.10")
implementation("gg.jte:jte-runtime:3.1.11-SNAPSHOT")
}

tasks.test {
Expand Down
4 changes: 2 additions & 2 deletions test/jte-runtime-cp-test-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.nio.file.Paths

plugins {
id 'java'
id 'gg.jte.gradle' version '3.1.10'
id 'gg.jte.gradle' version '3.1.11-SNAPSHOT'
}

repositories {
Expand All @@ -19,7 +19,7 @@ test {
}

dependencies {
implementation('gg.jte:jte-runtime:3.1.10')
implementation('gg.jte:jte-runtime:3.1.11-SNAPSHOT')
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation('org.assertj:assertj-core:3.23.1')
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
Expand Down
8 changes: 4 additions & 4 deletions test/jte-runtime-cp-test-models-gradle-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("gg.jte.gradle") version("3.1.10")
id("gg.jte.gradle") version("3.1.11-SNAPSHOT")
}

repositories {
Expand All @@ -15,15 +15,15 @@ test {
}

dependencies {
implementation("gg.jte:jte-runtime:3.1.10")
implementation("gg.jte:jte-kotlin:3.1.10")
implementation("gg.jte:jte-runtime:3.1.11-SNAPSHOT")
implementation("gg.jte:jte-kotlin:3.1.11-SNAPSHOT")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")

testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"
jteGenerate "gg.jte:jte-models:3.1.10"
jteGenerate "gg.jte:jte-models:3.1.11-SNAPSHOT"
}

jte {
Expand Down
6 changes: 3 additions & 3 deletions test/jte-runtime-cp-test-models-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id 'java'
id 'gg.jte.gradle' version '3.1.10'
id 'gg.jte.gradle' version '3.1.11-SNAPSHOT'
id 'org.graalvm.buildtools.native' version '0.9.28'
}

Expand All @@ -18,13 +18,13 @@ test {
}

dependencies {
implementation('gg.jte:jte-runtime:3.1.10')
implementation('gg.jte:jte-runtime:3.1.11-SNAPSHOT')
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation('org.assertj:assertj-core:3.23.1')
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
implementation 'info.picocli:picocli:4.6.1'
annotationProcessor 'info.picocli:picocli-codegen:4.6.1'
jteGenerate 'gg.jte:jte-models:3.1.10'
jteGenerate 'gg.jte:jte-models:3.1.11-SNAPSHOT'
}

jte {
Expand Down
Loading

0 comments on commit 8cf10c7

Please sign in to comment.