Skip to content

Commit

Permalink
chore: add -snapshot
Browse files Browse the repository at this point in the history
#1792 

```
Error:  Failed to execute goal org.apache.maven.plugins:maven-release-plugin:3.1.1:prepare (default-cli) on project webapp: You don't have a SNAPSHOT project in the reactor projects list. -> [Help 1]
```
  • Loading branch information
jo-elimu authored Feb 16, 2025
1 parent 60f4232 commit de91980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ai.elimu</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<version>2.5.11</version>
<version>2.5.11-SNAPSHOT</version>

<properties>
<java.version>17</java.version>
Expand Down

0 comments on commit de91980

Please sign in to comment.