Skip to content

Commit 845fb75

Browse files
committed
Bump version to 3.2.4
1 parent 1694404 commit 845fb75

37 files changed

Lines changed: 81 additions & 81 deletions

File tree

jte-deploy-nexus/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.4-SNAPSHOT</version>
11+
<version>3.2.4</version>
1212
</parent>
1313

1414
<!-- 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

Lines changed: 3 additions & 3 deletions
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.2.4-SNAPSHOT</version>
9+
<version>3.2.4</version>
1010
</parent>
1111

1212
<artifactId>jte-extension-api-mocks</artifactId>
@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>gg.jte</groupId>
1818
<artifactId>jte-extension-api</artifactId>
19-
<version>3.2.4-SNAPSHOT</version>
19+
<version>3.2.4</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>
2323
<groupId>gg.jte</groupId>
2424
<artifactId>jte-runtime</artifactId>
25-
<version>3.2.4-SNAPSHOT</version>
25+
<version>3.2.4</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
</dependencies>

jte-extension-api/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.4-SNAPSHOT</version>
9+
<version>3.2.4</version>
1010
</parent>
1111

1212
<artifactId>jte-extension-api</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>gg.jte</groupId>
1818
<artifactId>jte-runtime</artifactId>
19-
<version>3.2.4-SNAPSHOT</version>
19+
<version>3.2.4</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
</dependencies>

jte-gradle-plugin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("gg.jte:jte:3.2.4-SNAPSHOT")
14-
implementation("gg.jte:jte-kotlin:3.2.4-SNAPSHOT") {
13+
implementation("gg.jte:jte:3.2.4")
14+
implementation("gg.jte:jte-kotlin:3.2.4") {
1515
exclude(group = "org.jetbrains.kotlin", module = "kotlin-compiler-embeddable")
1616
}
1717
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:2.2.20")
1818
}
1919

2020
group = "gg.jte"
21-
version = "3.2.4-SNAPSHOT"
21+
version = "3.2.4"
2222

2323
tasks.withType<JavaCompile> {
2424
sourceCompatibility = "17"

jte-jsp-converter-jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.4-SNAPSHOT</version>
13+
<version>3.2.4</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.2.4-SNAPSHOT</version>
27+
<version>3.2.4</version>
2828
</dependency>
2929

3030
<dependency>

jte-jsp-converter/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.4-SNAPSHOT</version>
13+
<version>3.2.4</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.2.4-SNAPSHOT</version>
27+
<version>3.2.4</version>
2828
</dependency>
2929

3030
<dependency>

jte-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.4-SNAPSHOT</version>
11+
<version>3.2.4</version>
1212
</parent>
1313

1414
<name>jte-kotlin</name>

jte-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.4-SNAPSHOT</version>
12+
<version>3.2.4</version>
1313
</parent>
1414

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

jte-models/pom.xml

Lines changed: 6 additions & 6 deletions
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.2.4-SNAPSHOT</version>
9+
<version>3.2.4</version>
1010
</parent>
1111

1212
<artifactId>jte-models</artifactId>
@@ -16,23 +16,23 @@
1616
<dependency>
1717
<groupId>gg.jte</groupId>
1818
<artifactId>jte-extension-api</artifactId>
19-
<version>3.2.4-SNAPSHOT</version>
19+
<version>3.2.4</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>gg.jte</groupId>
2323
<artifactId>jte-extension-api-mocks</artifactId>
24-
<version>3.2.4-SNAPSHOT</version>
24+
<version>3.2.4</version>
2525
<scope>test</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>gg.jte</groupId>
2929
<artifactId>jte-runtime</artifactId>
30-
<version>3.2.4-SNAPSHOT</version>
30+
<version>3.2.4</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>gg.jte</groupId>
3434
<artifactId>jte</artifactId>
35-
<version>3.2.4-SNAPSHOT</version>
35+
<version>3.2.4</version>
3636
</dependency>
3737
</dependencies>
3838

@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>gg.jte</groupId>
4343
<artifactId>jte-maven-plugin</artifactId>
44-
<version>3.2.4-SNAPSHOT</version>
44+
<version>3.2.4</version>
4545
<configuration>
4646
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
4747
<contentType>Plain</contentType>

jte-native-resources/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.4-SNAPSHOT</version>
9+
<version>3.2.4</version>
1010
</parent>
1111

1212
<artifactId>jte-native-resources</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>gg.jte</groupId>
1818
<artifactId>jte-extension-api</artifactId>
19-
<version>3.2.4-SNAPSHOT</version>
19+
<version>3.2.4</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
</dependencies>

0 commit comments

Comments
 (0)