Skip to content

Commit

Permalink
Change versioning strategy, add SNAPSHOT to reduce risk of incidental…
Browse files Browse the repository at this point in the history
… version replacement in Repository
  • Loading branch information
ViktarPatsiaichuk committed Aug 11, 2023
1 parent e0f6c1c commit a71aea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.supplyon.richfaces</groupId>
<artifactId>richfaces-impl</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
<version>3.2.1.GA-20230707</version>
<version>3.2.1.GA.20230707-SNAPSHOT</version>
<build>
<resources>
<resource>
Expand Down Expand Up @@ -227,4 +227,4 @@
<artifactId>richfaces-api</artifactId>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit a71aea9

Please sign in to comment.