Skip to content

Commit

Permalink
release 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Dec 19, 2020
1 parent ccfa653 commit b56aa5e
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .projectKnowledge/doc_common.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Mind Map generated by NB MindMap plugin

##### mvn\.golang\.go\.version

##### 1\.15\.1
##### 1\.15\.6
> fillColor=`#F3F676`


Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# __2.3.6 (SNAPSHOT)__
# __2.3.6 (19-dec-2020)__

- improved restoration of `go.mod` and `go.sum` state after build
- refactoring and minor bugfixing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Changelog

__2.3.6 (SNAPSHOT)__
__2.3.6 (19-dec-2020)__
- improved restoration of `go.mod` and `go.sum` state after build
- refactoring and minor bugfixing
- default version of GoSDK updated to 1.15.6
Expand Down
2 changes: 1 addition & 1 deletion mvn-golang-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang</artifactId>
<version>2.3.6-SNAPSHOT</version>
<version>2.3.6</version>
</parent>

<artifactId>mvn-golang-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mvn-golang-hello-multi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang</artifactId>
<version>2.3.6-SNAPSHOT</version>
<version>2.3.6</version>
</parent>

<groupId>com.igormaznitsa</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<defaultValue>main</defaultValue>
</requiredProperty>
<requiredProperty key="gowrapper">
<defaultValue>2.3.6-SNAPSHOT</defaultValue>
<defaultValue>2.3.6</defaultValue>
</requiredProperty>
<requiredProperty key="gosdk">
<defaultValue>1.15.6</defaultValue>
Expand Down
2 changes: 1 addition & 1 deletion mvn-golang-hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang</artifactId>
<version>2.3.6-SNAPSHOT</version>
<version>2.3.6</version>
</parent>

<groupId>com.igormaznitsa</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<defaultValue>main</defaultValue>
</requiredProperty>
<requiredProperty key="gowrapper">
<defaultValue>2.3.6-SNAPSHOT</defaultValue>
<defaultValue>2.3.6</defaultValue>
</requiredProperty>
<requiredProperty key="gosdk">
<defaultValue>1.15.6</defaultValue>
Expand Down
2 changes: 1 addition & 1 deletion mvn-golang-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang</artifactId>
<version>2.3.6-SNAPSHOT</version>
<version>2.3.6</version>
</parent>

<artifactId>mvn-golang-wrapper</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang</artifactId>
<version>2.3.6-SNAPSHOT</version>
<version>2.3.6</version>
<packaging>pom</packaging>

<name>mvn-golang</name>
Expand All @@ -13,7 +13,7 @@
<inceptionYear>2016</inceptionYear>

<properties>
<main-project-version>2.3.6-SNAPSHOT</main-project-version>
<main-project-version>2.3.6</main-project-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<meta.version>1.1.3</meta.version>
Expand Down

0 comments on commit b56aa5e

Please sign in to comment.