Skip to content

Commit

Permalink
Bump version to v1.3.0-SNAPSHOT for testing prior to Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Jun 25, 2018
1 parent a6514b8 commit 70398c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# rather than c:\dir1\dir2 to refer to paths -- Java thinks a single backslash
# is an escape character followed by a control character.
#########################################################################################################
VERSION=1.2.1
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=
Expand Down Expand Up @@ -57,16 +57,16 @@ patternfly.version=3.18.1

# Optional Java target Compatibility properties
# You can build for multiple targets setting to 'Yes'(without quotes) the corresponding option
# Starting with BootsFaces v1.2.0 Java 6 will be deprecated.
# Starting with BootsFaces v1.2.1 Java 9 (No-LTS release) will be deprecated in favor of Java10.
# Starting with BootsFaces v1.2.0+ Java 6 will be deprecated.
# Starting with BootsFaces v1.3.0 Java 10 will be preferred over Java 9 (No-LTS release).
# Java 10 is also No-LTS release.
# First LTS Release is Java 11, due september 2018
# Default Build uses Java 8
java6=NO
java7=yes
java8=YES
java9=No
java10=YES
java10=No
# ADVANCED: Optional javac target compilation properties
# You can specify comma separated options for every target java version
# Examples
Expand Down
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.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</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 @@ -28,7 +28,7 @@ public final class C {
/**
* BootsFaces Library Constants
*/
public static final String BSFVERSION="1.2.1";
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 BSFCOMPONENT= "net.bootsfaces.component";
public static final String BSFLAYOUT = "net.bootsfaces.layout";
Expand Down

0 comments on commit 70398c2

Please sign in to comment.