Skip to content

Commit db7db60

Browse files
committed
readme update
1 parent dc3b10d commit db7db60

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This theme is a css file containing Admin LTE and Bootstrap as well as customize
4141
<dependency>
4242
<groupId>com.github.adminfaces</groupId>
4343
<artifactId>admin-theme</artifactId>
44-
  <version>1.0.0-RC21</version>
44+
  <version>1.0.0</version>
4545
<!--<classifier>dev</classifier> uncompressed theme.css-->
4646
</dependency>
4747
----
@@ -110,7 +110,7 @@ The default theme comes `compressed`, with `Bootstrap (3.3.7)` embedded and uses
110110
<dependency>
111111
<groupId>com.github.adminfaces</groupId>
112112
<artifactId>admin-theme</artifactId>
113-
<version>1.0.0-RC21</version>
113+
<version>1.0.0</version>
114114
</dependency>
115115
----
116116

@@ -124,7 +124,7 @@ The `dev` classifier will bring a theme.css *without minification*.
124124
<dependency>
125125
<groupId>com.github.adminfaces</groupId>
126126
<artifactId>admin-theme</artifactId>
127-
<version>1.0.0-RC21</version>
127+
<version>1.0.0</version>
128128
<classifier>dev</classifier>
129129
</dependency>
130130
----
@@ -139,7 +139,7 @@ The `without-bootstrap` classifier will bring a theme.css *without bootstrap emb
139139
<dependency>
140140
<groupId>com.github.adminfaces</groupId>
141141
<artifactId>admin-theme</artifactId>
142-
<version>1.0.0-RC21</version>
142+
<version>1.0.0</version>
143143
<classifier>without-bootstrap</classifier>
144144
</dependency>
145145
----
@@ -155,7 +155,7 @@ The `without-jsf` classifier will bring a theme.css *without JSF resource handli
155155
<dependency>
156156
<groupId>com.github.adminfaces</groupId>
157157
<artifactId>admin-theme</artifactId>
158-
<version>1.0.0-RC21</version>
158+
<version>1.0.0</version>
159159
<classifier>without-jsf</classifier>
160160
</dependency>
161161
----
@@ -173,7 +173,7 @@ So if you want a thinner theme you can use the *no-fonts* classifier:
173173
<dependency>
174174
<groupId>com.github.adminfaces</groupId>
175175
<artifactId>admin-theme</artifactId>
176-
<version>1.0.0-RC21</version>
176+
<version>1.0.0</version>
177177
<classifier>no-fonts</classifier>
178178
</dependency>
179179
----
@@ -192,7 +192,7 @@ To solve this issues you can use a theme classifier called *no-cache*:
192192
<dependency>
193193
<groupId>com.github.adminfaces</groupId>
194194
<artifactId>admin-theme</artifactId>
195-
<version>1.0.0-RC21</version>
195+
<version>1.0.0</version>
196196
<classifier>no-cache</classifier>
197197
</dependency>
198198
----
@@ -204,7 +204,7 @@ This classifier *appends the theme version* to the name of theme so you need to
204204
----
205205
<context-param>
206206
<param-name>primefaces.THEME</param-name>
207-
<param-value>admin-1.0.0-RC21</param-value>
207+
<param-value>admin-1.0.0</param-value>
208208
</context-param>
209209
----
210210

0 commit comments

Comments
 (0)