Skip to content

Commit

Permalink
Pull request #2: Change versioning strategy, add SNAPSHOT to reduce r…
Browse files Browse the repository at this point in the history
…isk of incidental version replacement in Repository

Merge in EXT_SRMPORTAL/supplyon-richfaces from extravpa3907/pomxml-1691755769999 to master

* commit 'a71aea9f83ae19072e3c4889612e421250d3ca49':
  Change versioning strategy, add SNAPSHOT to reduce risk of incidental version replacement in Repository
  • Loading branch information
ViktarPatsiaichuk committed Aug 11, 2023
2 parents e0f6c1c + a71aea9 commit 7e52fef
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 7e52fef

Please sign in to comment.