Skip to content

Commit

Permalink
fix maven
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Aug 10, 2020
1 parent 86c5bb3 commit 171b32f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jodd-decora/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api project(':jodd-servlet')
implementation project(':jodd-log')

api 'org.jodd:jodd-lagarto:6.0.+'
api 'org.jodd:jodd-lagarto:6.0.0'

provided lib.servlet

Expand Down
2 changes: 1 addition & 1 deletion jodd-htmlstapler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api project(':jodd-servlet')
implementation project(':jodd-log')

api 'org.jodd:jodd-lagarto:6.0.+'
api 'org.jodd:jodd-lagarto:6.0.0'

provided lib.servlet
provided lib.jsp
Expand Down
2 changes: 1 addition & 1 deletion jodd-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext.moduleDescription = 'Jodd Servlet is set of web tools, including the nice ta
dependencies {
api project(':jodd-core')
api project(':jodd-bean')
api 'org.jodd:jodd-lagarto:6.0.+'
api 'org.jodd:jodd-lagarto:6.0.0'

provided lib.servlet
provided lib.jsp
Expand Down

0 comments on commit 171b32f

Please sign in to comment.