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 21fdf5f commit b2ba9a6Copy full SHA for b2ba9a6
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.github.devnied</groupId>
4
<artifactId>bit-lib4j</artifactId>
5
<packaging>jar</packaging>
6
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
7
<name>bit-lib4j</name>
8
9
<parent>
@@ -41,7 +41,7 @@
41
<connection>scm:git:git@github.com:devnied/Bit-lib4j.git</connection>
42
<developerConnection>scm:git:git@github.com:devnied/Bit-lib4j.git</developerConnection>
43
<url>scm:git:git@github.com:devnied/Bit-lib4j.git</url>
44
- <tag>HEAD</tag>
+ <tag>bit-lib4j-1.5.2</tag>
45
</scm>
46
47
@@ -154,7 +154,7 @@
154
<maxmem>256m</maxmem>
155
<!-- aggregated reports for multi-module projects -->
156
<aggregate>true</aggregate>
157
- <check/>
+ <check />
158
</configuration>
159
</plugin>
160
0 commit comments