Skip to content

Commit df630c7

Browse files
committed
Bump version to 3.1.14-SNAPSHOT for further development
1 parent e484205 commit df630c7

File tree

33 files changed

+72
-72
lines changed

33 files changed

+72
-72
lines changed

jte-deploy-nexus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>gg.jte</groupId>
99
<artifactId>jte-parent</artifactId>
10-
<version>3.1.13</version>
10+
<version>3.1.14-SNAPSHOT</version>
1111
</parent>
1212

1313
<!-- This entire module is an insane hack just because of this bug: https://issues.sonatype.org/browse/NEXUS-9138 -->

jte-extension-api-mocks/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gg.jte</groupId>
88
<artifactId>jte-parent</artifactId>
9-
<version>3.1.13</version>
9+
<version>3.1.14-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jte-extension-api-mocks</artifactId>
@@ -15,13 +15,13 @@
1515
<dependency>
1616
<groupId>gg.jte</groupId>
1717
<artifactId>jte-extension-api</artifactId>
18-
<version>3.1.13</version>
18+
<version>3.1.14-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
<dependency>
2222
<groupId>gg.jte</groupId>
2323
<artifactId>jte-runtime</artifactId>
24-
<version>3.1.13</version>
24+
<version>3.1.14-SNAPSHOT</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
</dependencies>

jte-extension-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gg.jte</groupId>
88
<artifactId>jte-parent</artifactId>
9-
<version>3.1.13</version>
9+
<version>3.1.14-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jte-extension-api</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>gg.jte</groupId>
1717
<artifactId>jte-runtime</artifactId>
18-
<version>3.1.13</version>
18+
<version>3.1.14-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

jte-gradle-plugin/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repositories {
1111
}
1212

1313
dependencies {
14-
implementation('gg.jte:jte:3.1.13')
15-
implementation('gg.jte:jte-kotlin:3.1.13')
14+
implementation('gg.jte:jte:3.1.14-SNAPSHOT')
15+
implementation('gg.jte:jte-kotlin:3.1.14-SNAPSHOT')
1616
}
1717

1818
group = 'gg.jte'
19-
version = '3.1.13'
19+
version = '3.1.14-SNAPSHOT'
2020

2121
compileJava {
2222
sourceCompatibility = '1.8'

jte-jsp-converter-jakarta/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>gg.jte</groupId>
1212
<artifactId>jte-parent</artifactId>
13-
<version>3.1.13</version>
13+
<version>3.1.14-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>jte-jsp-converter-jakarta</name>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>gg.jte</groupId>
2626
<artifactId>jte</artifactId>
27-
<version>3.1.13</version>
27+
<version>3.1.14-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>

jte-jsp-converter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>gg.jte</groupId>
1212
<artifactId>jte-parent</artifactId>
13-
<version>3.1.13</version>
13+
<version>3.1.14-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>jte-jsp-converter</name>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>gg.jte</groupId>
2626
<artifactId>jte</artifactId>
27-
<version>3.1.13</version>
27+
<version>3.1.14-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>

jte-kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>gg.jte</groupId>
1010
<artifactId>jte-parent</artifactId>
11-
<version>3.1.13</version>
11+
<version>3.1.14-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>jte-kotlin</name>

jte-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>gg.jte</groupId>
1111
<artifactId>jte-parent</artifactId>
12-
<version>3.1.13</version>
12+
<version>3.1.14-SNAPSHOT</version>
1313
</parent>
1414

1515
<name>jte-maven-plugin</name>

jte-models/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gg.jte</groupId>
88
<artifactId>jte-parent</artifactId>
9-
<version>3.1.13</version>
9+
<version>3.1.14-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jte-models</artifactId>
@@ -15,23 +15,23 @@
1515
<dependency>
1616
<groupId>gg.jte</groupId>
1717
<artifactId>jte-extension-api</artifactId>
18-
<version>3.1.13</version>
18+
<version>3.1.14-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>gg.jte</groupId>
2222
<artifactId>jte-extension-api-mocks</artifactId>
23-
<version>3.1.13</version>
23+
<version>3.1.14-SNAPSHOT</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>gg.jte</groupId>
2828
<artifactId>jte-runtime</artifactId>
29-
<version>3.1.13</version>
29+
<version>3.1.14-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>gg.jte</groupId>
3333
<artifactId>jte</artifactId>
34-
<version>3.1.13</version>
34+
<version>3.1.14-SNAPSHOT</version>
3535
</dependency>
3636
</dependencies>
3737

@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>gg.jte</groupId>
4242
<artifactId>jte-maven-plugin</artifactId>
43-
<version>3.1.13</version>
43+
<version>3.1.14-SNAPSHOT</version>
4444
<configuration>
4545
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
4646
<contentType>Plain</contentType>

jte-native-resources/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gg.jte</groupId>
88
<artifactId>jte-parent</artifactId>
9-
<version>3.1.13</version>
9+
<version>3.1.14-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jte-native-resources</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>gg.jte</groupId>
1717
<artifactId>jte-extension-api</artifactId>
18-
<version>3.1.13</version>
18+
<version>3.1.14-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

jte-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>gg.jte</groupId>
1717
<artifactId>jte-parent</artifactId>
18-
<version>3.1.13</version>
18+
<version>3.1.14-SNAPSHOT</version>
1919
</parent>
2020

2121
<build>

jte-spring-boot-starter-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>gg.jte</groupId>
1212
<artifactId>jte-parent</artifactId>
13-
<version>3.1.13</version>
13+
<version>3.1.14-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>jte-spring-boot-starter-2</name>

jte-spring-boot-starter-3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>gg.jte</groupId>
1212
<artifactId>jte-parent</artifactId>
13-
<version>3.1.13</version>
13+
<version>3.1.14-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>jte-spring-boot-starter-3</name>

jte-watcher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>gg.jte</groupId>
1717
<artifactId>jte-parent</artifactId>
18-
<version>3.1.13</version>
18+
<version>3.1.14-SNAPSHOT</version>
1919
</parent>
2020

2121
<dependencies>

jte/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>gg.jte</groupId>
1010
<artifactId>jte-parent</artifactId>
11-
<version>3.1.13</version>
11+
<version>3.1.14-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>jte</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>gg.jte</groupId>
66
<artifactId>jte-parent</artifactId>
7-
<version>3.1.13</version>
7+
<version>3.1.14-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>jte-parent</name>

test/jte-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>gg.jte</groupId>
2323
<artifactId>jte</artifactId>
24-
<version>3.1.13</version>
24+
<version>3.1.14-SNAPSHOT</version>
2525
</dependency>
2626

2727
<dependency>

test/jte-hotreload-test/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>gg.jte</groupId>
66
<artifactId>jte-hotreload-test</artifactId>
7-
<version>3.1.13</version>
7+
<version>3.1.14-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<properties>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>gg.jte</groupId>
2222
<artifactId>jte</artifactId>
23-
<version>3.1.13</version>
23+
<version>3.1.14-SNAPSHOT</version>
2424
</dependency>
2525

2626
<dependency>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>gg.jte</groupId>
8686
<artifactId>jte-maven-plugin</artifactId>
87-
<version>3.1.13</version>
87+
<version>3.1.14-SNAPSHOT</version>
8888
<configuration>
8989
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
9090
<contentType>Html</contentType>

test/jte-runtime-cp-test-gradle-convention/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
22

33
plugins {
44
id 'java'
5-
id 'gg.jte.gradle' version '3.1.13'
5+
id 'gg.jte.gradle' version '3.1.14-SNAPSHOT'
66
id 'org.graalvm.buildtools.native' version '0.9.28'
77
}
88

@@ -18,13 +18,13 @@ test {
1818
}
1919

2020
dependencies {
21-
implementation('gg.jte:jte-runtime:3.1.13')
21+
implementation('gg.jte:jte-runtime:3.1.14-SNAPSHOT')
2222
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
2323
testImplementation('org.assertj:assertj-core:3.23.1')
2424
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
2525
implementation 'info.picocli:picocli:4.6.1'
2626
annotationProcessor 'info.picocli:picocli-codegen:4.6.1'
27-
jteGenerate('gg.jte:jte-native-resources:3.1.13')
27+
jteGenerate('gg.jte:jte-native-resources:3.1.14-SNAPSHOT')
2828
}
2929

3030
jte {

test/jte-runtime-cp-test-gradle-kotlin-convention/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
kotlin("jvm") version "1.9.10"
5-
id("gg.jte.gradle") version("3.1.13")
5+
id("gg.jte.gradle") version("3.1.14-SNAPSHOT")
66
}
77

88
repositories {
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
implementation(kotlin("stdlib-jdk8"))
1515
implementation("org.junit.jupiter:junit-jupiter:5.4.2")
16-
implementation("gg.jte:jte-runtime:3.1.13")
16+
implementation("gg.jte:jte-runtime:3.1.14-SNAPSHOT")
1717
}
1818

1919
jte {

test/jte-runtime-cp-test-gradle-kotlin/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.nio.file.Paths
33

44
plugins {
55
kotlin("jvm") version "1.9.10"
6-
id("gg.jte.gradle") version("3.1.13")
6+
id("gg.jte.gradle") version("3.1.14-SNAPSHOT")
77
}
88

99
repositories {
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
1515
implementation(kotlin("stdlib-jdk8"))
1616
implementation("org.junit.jupiter:junit-jupiter:5.4.2")
17-
implementation("gg.jte:jte-runtime:3.1.13")
17+
implementation("gg.jte:jte-runtime:3.1.14-SNAPSHOT")
1818
}
1919

2020
tasks.test {

test/jte-runtime-cp-test-gradle/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.nio.file.Paths
44

55
plugins {
66
id 'java'
7-
id 'gg.jte.gradle' version '3.1.13'
7+
id 'gg.jte.gradle' version '3.1.14-SNAPSHOT'
88
}
99

1010
repositories {
@@ -19,7 +19,7 @@ test {
1919
}
2020

2121
dependencies {
22-
implementation('gg.jte:jte-runtime:3.1.13')
22+
implementation('gg.jte:jte-runtime:3.1.14-SNAPSHOT')
2323
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
2424
testImplementation('org.assertj:assertj-core:3.23.1')
2525
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'

test/jte-runtime-cp-test-models-gradle-kotlin/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("org.jetbrains.kotlin.jvm") version "1.9.22"
3-
id("gg.jte.gradle") version("3.1.13")
3+
id("gg.jte.gradle") version("3.1.14-SNAPSHOT")
44
}
55

66
repositories {
@@ -15,15 +15,15 @@ test {
1515
}
1616

1717
dependencies {
18-
implementation("gg.jte:jte-runtime:3.1.13")
19-
implementation("gg.jte:jte-kotlin:3.1.13")
18+
implementation("gg.jte:jte-runtime:3.1.14-SNAPSHOT")
19+
implementation("gg.jte:jte-kotlin:3.1.14-SNAPSHOT")
2020
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
2121

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

2525
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"
26-
jteGenerate "gg.jte:jte-models:3.1.13"
26+
jteGenerate "gg.jte:jte-models:3.1.14-SNAPSHOT"
2727
}
2828

2929
jte {

0 commit comments

Comments
 (0)