Skip to content

Commit

Permalink
build(demo): update commons demo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed Sep 7, 2023
1 parent d69552d commit 32e227f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<drivers.dir>${project.basedir}/drivers</drivers.dir>
<jetty.version>11.0.12</jetty.version>
<flowingcode.commons.demo.version>3.8.0-SNAPSHOT</flowingcode.commons.demo.version>
<flowingcode.commons.demo.version>3.8.0</flowingcode.commons.demo.version>
<frontend.hotdeploy>true</frontend.hotdeploy>
</properties>

Expand Down Expand Up @@ -95,11 +95,6 @@
<repository>
<id>flowing-releases</id>
<url>https://maven.flowingcode.com/releases</url>
</repository>
<!-- Repository needed for the snapshot versions of commons-demo -->
<repository>
<id>flowing-snapshots</id>
<url>https://maven.flowingcode.com/snapshots</url>
</repository>
</repositories>

Expand Down

0 comments on commit 32e227f

Please sign in to comment.