Skip to content

Commit e7961df

Browse files
committed
Fix version bumping not working with bom
1 parent 60d9beb commit e7961df

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

demo/pom.xml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,32 @@
235235
</dependency>
236236

237237
<!-- SSE -->
238+
<!-- DO NOT USE BOM HERE -->
239+
<!-- Not working with mvn:version:set! -->
238240
<dependency>
239241
<groupId>software.xdev.sse</groupId>
240-
<artifactId>bom</artifactId>
241-
<version>${project.version}</version>
242-
<type>pom</type>
243-
<scope>import</scope>
242+
<artifactId>csp</artifactId>
243+
<version>0.0.8-SNAPSHOT</version>
244+
</dependency>
245+
<dependency>
246+
<groupId>software.xdev.sse</groupId>
247+
<artifactId>oauth2-oidc</artifactId>
248+
<version>0.0.8-SNAPSHOT</version>
249+
</dependency>
250+
<dependency>
251+
<groupId>software.xdev.sse</groupId>
252+
<artifactId>oauth2-oidc-remember-me</artifactId>
253+
<version>0.0.8-SNAPSHOT</version>
254+
</dependency>
255+
<dependency>
256+
<groupId>software.xdev.sse</groupId>
257+
<artifactId>vaadin</artifactId>
258+
<version>0.0.8-SNAPSHOT</version>
259+
</dependency>
260+
<dependency>
261+
<groupId>software.xdev.sse</groupId>
262+
<artifactId>web-sidecar-actuator</artifactId>
263+
<version>0.0.8-SNAPSHOT</version>
244264
</dependency>
245265
</dependencies>
246266
</dependencyManagement>

0 commit comments

Comments
 (0)