Skip to content

Commit

Permalink
hotfix timestamp schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Feb 13, 2020
1 parent 7e09eaf commit b312786
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History
=======

0.2.0 (2020-02)
0.2.1 (2020-02)
------------------

* Schemas naming refactor
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.keyko.monitoring</groupId>
<artifactId>schemas</artifactId>
<packaging>jar</packaging>
<version>0.2.0</version>
<version>0.2.1</version>
<name>Web3 Monitoring Schemas</name>
<url>https://github.com/keyko-io/web3-monitoring-schemas</url>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/avro/AlertRecord.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
{
"name": "timestamp",
"type": "string",
"java-class": "timestamp-millis"
"type": "long",
"logicalType": "timestamp-millis"
},
{
"name": "description",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/avro/BlockDetailsRecord.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
{
"name": "timestamp",
"type": "string",
"java-class": "timestamp-millis"
"type": "long",
"logicalType": "timestamp-millis"
},
{
"name": "nodeName",
Expand Down

0 comments on commit b312786

Please sign in to comment.