Skip to content

Commit 0d446ad

Browse files
authored
Update pom.xml
1 parent 5c5ac7e commit 0d446ad

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.twonote</groupId>
77
<artifactId>radosgw-admin4j</artifactId>
8-
<version>2.0.6</version>
8+
<version>2.0.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>radosgw-admin4j</name>
@@ -61,6 +61,15 @@
6161
</plugins>
6262
</reporting>
6363

64+
<profiles>
65+
<profile>
66+
<id>noTest</id>
67+
<properties>
68+
<maven.test.skip>true</maven.test.skip>
69+
</properties>
70+
</profile>
71+
</profiles>
72+
6473
<build>
6574
<plugins>
6675
<plugin>

0 commit comments

Comments
 (0)