Skip to content

Commit

Permalink
build(demo): upgrade commons-demo to 3.10.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Dec 4, 2023
1 parent c29be3e commit ca571ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.7.1</flowingcode.commons.demo.version>
<flowingcode.commons.demo.version>3.10.0-SNAPSHOT</flowingcode.commons.demo.version>
<frontend.hotdeploy>true</frontend.hotdeploy>
</properties>

Expand Down Expand Up @@ -94,6 +94,11 @@
<id>flowing-releases</id>
<url>https://maven.flowingcode.com/releases</url>
</repository>

<repository>
<id>flowing-snapshots</id>
<url>https://maven.flowingcode.com/snapshots</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit ca571ee

Please sign in to comment.