Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Tagged 3.5.20-UR (Unofficial Release).
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolmfg committed Nov 18, 2013
1 parent 256f663 commit 7dcd593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<packaging>jar</packaging>
<version>3.5.20-SNAPSHOT</version>
<version>3.5.20-UR</version>
<name>primefaces</name>
<url>http://www.primefaces.org</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/primefaces/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Constants {

public static final String DOWNLOAD_COOKIE = "primefaces.download";

public final static String VERSION = "3.5.20-SNAPSHOT";
public final static String VERSION = "3.5.20-UR";
public final static String LIBRARY = "primefaces";

public final static String CUSTOM_EVENT = "CUSTOM_EVENT";
Expand Down

0 comments on commit 7dcd593

Please sign in to comment.