Skip to content

Commit 50e7263

Browse files
committed
Bump version to 3.2.1-SNAPSHOT for further development
1 parent ee80f87 commit 50e7263

File tree

33 files changed

+72
-72
lines changed

33 files changed

+72
-72
lines changed

jte-deploy-nexus/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0</version>
10+
<version>3.2.1-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

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.0</version>
9+
<version>3.2.1-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.2.0</version>
18+
<version>3.2.1-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
<dependency>
2222
<groupId>gg.jte</groupId>
2323
<artifactId>jte-runtime</artifactId>
24-
<version>3.2.0</version>
24+
<version>3.2.1-SNAPSHOT</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
</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.0</version>
9+
<version>3.2.1-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.2.0</version>
18+
<version>3.2.1-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

jte-gradle-plugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repositories {
1111
}
1212

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

1818
group = 'gg.jte'
19-
version = '3.2.0'
19+
version = '3.2.1-SNAPSHOT'
2020

2121
compileJava {
2222
sourceCompatibility = '1.8'

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.0</version>
13+
<version>3.2.1-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.2.0</version>
27+
<version>3.2.1-SNAPSHOT</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.0</version>
13+
<version>3.2.1-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.2.0</version>
27+
<version>3.2.1-SNAPSHOT</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.0</version>
11+
<version>3.2.1-SNAPSHOT</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.0</version>
12+
<version>3.2.1-SNAPSHOT</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.0</version>
9+
<version>3.2.1-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.2.0</version>
18+
<version>3.2.1-SNAPSHOT</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>gg.jte</groupId>
2222
<artifactId>jte-extension-api-mocks</artifactId>
23-
<version>3.2.0</version>
23+
<version>3.2.1-SNAPSHOT</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>gg.jte</groupId>
2828
<artifactId>jte-runtime</artifactId>
29-
<version>3.2.0</version>
29+
<version>3.2.1-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>gg.jte</groupId>
3333
<artifactId>jte</artifactId>
34-
<version>3.2.0</version>
34+
<version>3.2.1-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.2.0</version>
43+
<version>3.2.1-SNAPSHOT</version>
4444
<configuration>
4545
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
4646
<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.0</version>
9+
<version>3.2.1-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.2.0</version>
18+
<version>3.2.1-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
</dependencies>

0 commit comments

Comments
 (0)