We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528d174 commit 92c3ab4Copy full SHA for 92c3ab4
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.jano7</groupId>
5
<artifactId>executor</artifactId>
6
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
7
8
<name>Java Key Sequential Executor</name>
9
<description>This small library provides an optimized solution to a problem where tasks for a particular key need to
@@ -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.2</tag>
+ <tag>executor-1.0.3</tag>
156
</scm>
157
158
</project>
0 commit comments