Skip to content

Commit

Permalink
Bump version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Nov 29, 2022
1 parent 7693896 commit f086322
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion jte-deploy-nexus/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</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-gradle-plugin/build.gradle
Expand Up @@ -11,12 +11,12 @@ repositories {
}

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

group = 'gg.jte'
version = '2.2.4-SNAPSHOT'
version = '2.2.4'

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

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jte-kotlin/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

<name>jte-kotlin</name>
Expand Down
2 changes: 1 addition & 1 deletion jte-maven-plugin/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

<name>jte-maven-plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion jte-runtime/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jte-spring-boot-starter/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

<name>jte-spring-boot-starter</name>
Expand Down
2 changes: 1 addition & 1 deletion jte-watcher/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jte/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

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

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

<name>jte-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion test/jte-benchmark/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</dependency>

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

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

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<contentType>Html</contentType>
Expand Down
4 changes: 2 additions & 2 deletions test/jte-runtime-cp-test-gradle-convention/build.gradle
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id 'java'
id 'gg.jte.gradle' version '2.2.4-SNAPSHOT'
id 'gg.jte.gradle' version '2.2.4'
id 'org.graalvm.buildtools.native' version '0.9.13'
}

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

dependencies {
implementation('gg.jte:jte-runtime:2.2.4-SNAPSHOT')
implementation('gg.jte:jte-runtime:2.2.4')
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
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.6.21"
id("gg.jte.gradle") version("2.2.4-SNAPSHOT")
id("gg.jte.gradle") version("2.2.4")
}

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:2.2.4-SNAPSHOT")
implementation("gg.jte:jte-runtime:2.2.4")
}

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

plugins {
kotlin("jvm") version "1.6.21"
id("gg.jte.gradle") version("2.2.4-SNAPSHOT")
id("gg.jte.gradle") version("2.2.4")
}

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:2.2.4-SNAPSHOT")
implementation("gg.jte:jte-runtime:2.2.4")
}

tasks.test {
Expand Down
4 changes: 2 additions & 2 deletions test/jte-runtime-cp-test-gradle/build.gradle
Expand Up @@ -4,7 +4,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id 'java'
id 'gg.jte.gradle' version '2.2.4-SNAPSHOT'
id 'gg.jte.gradle' version '2.2.4'
id 'org.graalvm.buildtools.native' version '0.9.13'
}

Expand All @@ -20,7 +20,7 @@ test {
}

dependencies {
implementation('gg.jte:jte-runtime:2.2.4-SNAPSHOT')
implementation('gg.jte:jte-runtime:2.2.4')
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
6 changes: 3 additions & 3 deletions test/jte-runtime-cp-test/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-runtime-cp-test</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<contentType>Html</contentType>
Expand Down
4 changes: 2 additions & 2 deletions test/jte-runtime-test-gradle-convention/build.gradle
@@ -1,7 +1,7 @@

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

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

dependencies {
implementation('gg.jte:jte-runtime:2.2.4-SNAPSHOT')
implementation('gg.jte:jte-runtime:2.2.4')
testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
testImplementation('org.assertj:assertj-core:3.23.1')
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
Expand Down
@@ -1,7 +1,7 @@

plugins {
id("java")
id("gg.jte.gradle").version("2.2.4-SNAPSHOT")
id("gg.jte.gradle").version("2.2.4")
}

repositories {
Expand All @@ -14,7 +14,7 @@ tasks.test {
}

dependencies {
implementation("gg.jte:jte-runtime:2.2.4-SNAPSHOT")
implementation("gg.jte:jte-runtime:2.2.4")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
testImplementation("org.assertj:assertj-core:3.23.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
Expand Down
4 changes: 2 additions & 2 deletions test/jte-runtime-test-gradle/build.gradle
Expand Up @@ -2,7 +2,7 @@ import java.nio.file.Paths

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

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

dependencies {
implementation('gg.jte:jte-runtime:2.2.4-SNAPSHOT')
implementation('gg.jte:jte-runtime:2.2.4')
testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
testImplementation('org.assertj:assertj-core:3.23.1')
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
Expand Down
6 changes: 3 additions & 3 deletions test/jte-runtime-test-kotlin/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-runtime-test-kotlin</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<targetDirectory>${basedir}/jte-classes</targetDirectory>
Expand Down
6 changes: 3 additions & 3 deletions test/jte-runtime-test/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-runtime-test</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<targetDirectory>${basedir}/jte-classes</targetDirectory>
Expand Down
2 changes: 1 addition & 1 deletion test/jte-test-report/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f086322

Please sign in to comment.