We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b07d0 commit d7c2fc6Copy full SHA for d7c2fc6
2 files changed
README.md
@@ -87,6 +87,6 @@ from multiple threads without synchronization.
87
<dependency>
88
<groupId>com.jano7</groupId>
89
<artifactId>executor</artifactId>
90
- <version>1.0.5</version>
+ <version>1.0.6</version>
91
</dependency>
92
```
pom.xml
@@ -152,7 +152,7 @@
152
<connection>scm:git:git://github.com/jano7/executor.git</connection>
153
<developerConnection>scm:git:git@github.com:jano7/executor.git</developerConnection>
154
<url>https://github.com/jano7/executor</url>
155
- <tag>executor-1.0.5</tag>
+ <tag>executor-1.0.6</tag>
156
</scm>
157
158
</project>
0 commit comments