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

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Oct 19, 2021
1 parent ea63da0 commit 06c598d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

group = "org.eclipse.golo"
version = "3.4.0-SNAPSHOT"
version = "3.4.0"

val generatedSourcesDir = "$projectDir/src/main/generated"
val goloCliMain = "org.eclipse.golo.cli.Main"
Expand Down
2 changes: 1 addition & 1 deletion golo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>org.eclipse.golo</groupId>
<artifactId>golo-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>

<packaging>maven-plugin</packaging>

Expand Down

0 comments on commit 06c598d

Please sign in to comment.