Skip to content

Commit d9186df

Browse files
committed
increased version number to 1.0.1
1 parent 53e6f57 commit d9186df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
download.xhtml
2222
.DS_Store
2323
.factorypath
24-
/src/main/webapp/META-INF/
24+
/src/main/webapp/META-INF/
25+
/.apt_generated/

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.bootsfaces</groupId>
55
<artifactId>BootsFacesWeb</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<name>BootsFacesWeb</name>
88
<packaging>war</packaging>
99
<description>Documentation page of BootsFaces</description>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>net.bootsfaces</groupId>
7575
<artifactId>bootsfaces</artifactId>
76-
<version>1.0.1-SNAPSHOT</version>
76+
<version>1.0.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.primefaces</groupId>

0 commit comments

Comments
 (0)