Skip to content

Commit 57cab56

Browse files
committed
upgrade to 1.4.2 and update changelog
1 parent 3b86d64 commit 57cab56

File tree

15 files changed

+30
-21
lines changed

15 files changed

+30
-21
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
## 1.4.2 - 2017-08-31
13+
### Added
14+
15+
### Changed
16+
- Upgrade to light-4j 1.4.2
17+
- Upgrade to light-rest-4j 1.4.2
18+
- Upgrade to light-graphql-4j 1.4.2
19+
- Upgrade to light-hybrid-4j 1.4.2
20+
1221
## 1.4.1 - 2017-08-30
1322
### Added
1423

codegen-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

codegen-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

codegen-fwk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

codegen-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ googleAnalytics = ""
1717
provider = "GitHub"
1818
repo_url = "https://github.com/networknt/light-codegen"
1919

20-
version = "1.4.1"
20+
version = "1.4.2"
2121
logo = "images/logo.png"
2222
favicon = ""
2323

light-eventuate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

light-graphql-4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

light-graphql-4j/src/main/resources/templates/graphql/pom.xml.rocker.raw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<properties>
2020
<java.version>1.8</java.version>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<version.light-4j>1.4.1</version.light-4j>
23-
<version.light-graphql-4j>1.4.1</version.light-graphql-4j>
22+
<version.light-4j>1.4.2</version.light-4j>
23+
<version.light-graphql-4j>1.4.2</version.light-graphql-4j>
2424
<version.jackson>2.8.10</version.jackson>
2525
<version.slf4j>1.7.25</version.slf4j>
2626
<version.jose4j>0.5.5</version.jose4j>

light-hybrid-4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.networknt</groupId>
2323
<artifactId>light-codegen</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
<relativePath>..</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)