Skip to content

Commit 68bb704

Browse files
committed
chore: update the version to 8.2.6
1 parent 877db61 commit 68bb704

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

+15-15
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.qcloud.cos</groupId>
88
<artifactId>hadoop-cos</artifactId>
9-
<version>8.2.5</version>
9+
<version>8.2.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Apache Hadoop Tencent Cloud COS Support</name>
@@ -222,20 +222,20 @@
222222
</executions>
223223
</plugin>
224224

225-
<plugin>
226-
<groupId>org.apache.maven.plugins</groupId>
227-
<artifactId>maven-gpg-plugin</artifactId>
228-
<version>1.5</version>
229-
<executions>
230-
<execution>
231-
<id>sign-artifacts</id>
232-
<phase>verify</phase>
233-
<goals>
234-
<goal>sign</goal>
235-
</goals>
236-
</execution>
237-
</executions>
238-
</plugin>
225+
<!-- <plugin>-->
226+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
227+
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
228+
<!-- <version>1.5</version>-->
229+
<!-- <executions>-->
230+
<!-- <execution>-->
231+
<!-- <id>sign-artifacts</id>-->
232+
<!-- <phase>verify</phase>-->
233+
<!-- <goals>-->
234+
<!-- <goal>sign</goal>-->
235+
<!-- </goals>-->
236+
<!-- </execution>-->
237+
<!-- </executions>-->
238+
<!-- </plugin>-->
239239
</plugins>
240240
</build>
241241
</project>

0 commit comments

Comments
 (0)