Skip to content

Commit

Permalink
Upgrade to AdminFaces RC19
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Oct 14, 2018
1 parent ef6c626 commit a649a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ script:
- mvn test -Ptests -Ptomee7-remote -Dbrowser=chromeheadless
- mvn test -Ptests -Ptomee1.7-remote -Dbrowser=chromeheadless
after_success:
- mvn clean package -Pdocs -DskipTests
- mvn clean package -DskipTests
- docker login -u rmpestano -p ${pass}
- mvn dockerfile:build -Pdocker
- mvn dockerfile:push -Pdocker
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-template</artifactId>
<version>1.0.0-RC19-SNAPSHOT</version>
<version>1.0.0-RC19</version>
<!-- end::dep-admin-template[] -->
<exclusions>
<exclusion>
Expand All @@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>1.0.0-RC19-SNAPSHOT</version>
<version>1.0.0-RC19</version>
<!-- end::dep-admin-theme[] -->
<classifier>no-cache</classifier>
</dependency>
Expand Down

0 comments on commit a649a06

Please sign in to comment.