Skip to content

Commit

Permalink
Prepare for v1.3.0 final Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Jul 14, 2018
1 parent 0d9c635 commit cbe1027
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ VERSION=1.3.0
# RELEASE-STATUS - SNAPSHOT , beta1, rc1 ...
# or don't remove the property but just leave it blank for a Final RELEASE :
# RELEASE-STATUS=
RELEASE-STATUS=SNAPSHOT
RELEASE-STATUS=
bootstrap.version=3.3.7

# Set global properties for this build
Expand Down
6 changes: 2 additions & 4 deletions mavenResources/META-INF/resources/bsf/jq/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>BootsFaces</name>
<description>TheCoder4EU</description>
<url>http://www.bootsfaces.net</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/bootsfaces/C.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public final class C {
* BootsFaces Library Constants
*/
public static final String BSFVERSION="1.3.0";
public static final String BSFRELEASE_STATUS="SNAPSHOT"; //SNAPSHOT or empty String (for a final RELEASE)
public static final String BSFRELEASE_STATUS=""; //SNAPSHOT or empty String (for a final RELEASE)
public static final String BSFCOMPONENT= "net.bootsfaces.component";
public static final String BSFLAYOUT = "net.bootsfaces.layout";

Expand Down

0 comments on commit cbe1027

Please sign in to comment.