Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 06c598d

Browse files
committed
Release 3.4.0
1 parent ea63da0 commit 06c598d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
group = "org.eclipse.golo"
35-
version = "3.4.0-SNAPSHOT"
35+
version = "3.4.0"
3636

3737
val generatedSourcesDir = "$projectDir/src/main/generated"
3838
val goloCliMain = "org.eclipse.golo.cli.Main"

golo-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>org.eclipse.golo</groupId>
1919
<artifactId>golo-maven-plugin</artifactId>
20-
<version>3.3.0</version>
20+
<version>3.4.0</version>
2121

2222
<packaging>maven-plugin</packaging>
2323

0 commit comments

Comments
 (0)