aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 21:35:54 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 21:35:54 +0200
commit6933eeac52341f49f370761a82503a0a86c99454 (patch)
tree9528f686aef6662bd9acb078eb0a7af023cb3208
parentFix use current millis in the database, not nano offset (diff)
downloadfiinha-6933eeac52341f49f370761a82503a0a86c99454.tar.gz
fiinha-6933eeac52341f49f370761a82503a0a86c99454.tar.xz
Prepare release
-rw-r--r--README.md4
-rw-r--r--pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9c5669c..334af5d 100644
--- a/README.md
+++ b/README.md
@@ -333,8 +333,8 @@ easier.
## Change log
-### 20..-..-.. vHEAD [diff](https://github.com/ivarref/yoltq/compare/v0.2.41...HEAD)
-* Critical bugfix.
+### 2022-03-27 v0.2.46 [diff](https://github.com/ivarref/yoltq/compare/v0.2.41...v0.2.46)
+* Critical bugfix that in some cases can lead to stalled jobs.
```
Started using (System/currentTimeMillis) and not (System/nanoTime)
when storing time in the database.
diff --git a/pom.xml b/pom.xml
index 6466de1..1f9f69d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.github.ivarref</groupId>
<artifactId>yoltq</artifactId>
- <version>0.2.41</version>
+ <version>0.2.45</version>
<name>yoltq</name>
<dependencies>
<dependency>
@@ -30,7 +30,7 @@
<scm>
<connection>scm:git:git://github.com/ivarref/yoltq.git</connection>
<developerConnection>scm:git:ssh://git@github.com/ivarref/yoltq.git</developerConnection>
- <tag>v0.2.41</tag>
+ <tag>v0.2.45</tag>
<url>https://github.com/ivarref/yoltq</url>
</scm>
</project> \ No newline at end of file