Skip to content

Commit f19c589

Browse files
committed
fixing deploy bom
1 parent abdbdce commit f19c589

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mug-bom/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
7-
<groupId>com.google.mug</groupId>
86
<parent>
97
<groupId>com.google.mug</groupId>
108
<artifactId>mug-root</artifactId>
@@ -13,8 +11,6 @@
1311
</parent>
1412
<artifactId>mug-bom</artifactId>
1513
<packaging>pom</packaging>
16-
<version>9.6-SNAPSHOT</version>
17-
1814
<name>Mug Bill of Materials</name>
1915
<description>Dependency version alignment for all Mug modules</description>
2016

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
<publishingServerId>central</publishingServerId>
168168
<!-- optional but recommended in CI -->
169169
<autoPublish>true</autoPublish>
170+
<checksums>all</checksums>
170171
<waitUntil>published</waitUntil>
171172
</configuration>
172173
</plugin>

0 commit comments

Comments
 (0)