Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit 5ce0763

Browse files
committed
updated
1 parent c79a100 commit 5ce0763

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# __2.3.5 (SNAPSHOT)__
1+
# __2.3.5 (12-sep-2020)__
22
- fixed bug in go.mod backup restore [#73](https://github.com/raydac/mvn-golang/issues/73)
33
- default version of GoSDK updated to 1.15.2
44

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
44
[![Java 8.0+](https://img.shields.io/badge/java-8.0%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
5-
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/mvn-golang-wrapper/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|mvn-golang-wrapper|2.3.4|jar)
5+
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/mvn-golang-wrapper/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|mvn-golang-wrapper|2.3.5|jar)
66
[![Maven 3.0.3+](https://img.shields.io/badge/maven-3.0.3%2b-green.svg)](https://maven.apache.org/)
77
[![PayPal donation](https://img.shields.io/badge/donation-PayPal-red.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
88
[![Yandex.Money donation](https://img.shields.io/badge/donation-Я.деньги-yellow.svg)](http://yasobe.ru/na/iamoss)
99

1010
# Changelog
11-
__2.3.5 (SNAPSHOT)__
11+
__2.3.5 (12-sep-2020)__
1212
- fixed bug in go.mod backup restore [#73](https://github.com/raydac/mvn-golang/issues/73)
1313
- default version of GoSDK updated to 1.15.2
1414

@@ -42,15 +42,15 @@ __2.3.1 (14-apr-2019)__
4242
# GO start!
4343
__Taste Go in just two commands!__
4444
```
45-
mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello -DarchetypeVersion=2.3.4 -DgroupId=com.go.test -DartifactId=gohello -Dversion=1.0-SNAPSHOT
45+
mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello -DarchetypeVersion=2.3.5 -DgroupId=com.go.test -DartifactId=gohello -Dversion=1.0-SNAPSHOT
4646
mvn -f ./gohello/pom.xml package
4747
```
4848
The First command in th snippet above generates a maven project with some test files and the second command builds the project.
4949
[Also you can take a look at the example `Hello world` project using the plugin](https://github.com/raydac/mvn-golang-example)
5050

5151
If you want to generate a multi-module project, then you can use such snippet
5252
```
53-
mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello-multi -DarchetypeVersion=2.3.4 -DgroupId=com.go.test -DartifactId=gohello-multi -Dversion=1.0-SNAPSHOT
53+
mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello-multi -DarchetypeVersion=2.3.5 -DgroupId=com.go.test -DartifactId=gohello-multi -Dversion=1.0-SNAPSHOT
5454
```
5555

5656
# Introduction
@@ -90,7 +90,7 @@ Below described build section for simple golang project which keeps source in `s
9090
<plugin>
9191
<groupId>com.igormaznitsa</groupId>
9292
<artifactId>mvn-golang-wrapper</artifactId>
93-
<version>2.3.4</version>
93+
<version>2.3.5</version>
9494
<extensions>true</extensions>
9595
<executions>
9696
<execution>

0 commit comments

Comments
 (0)