Compare commits
7 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
e29fc552d6 | |
|
|
be23c9e3b8 | |
|
|
bbaf365bb8 | |
|
|
4bf7fa8f7b | |
|
|
70ce164ff4 | |
|
|
25c2228b24 | |
|
|
f03685c61d |
|
|
@ -5,7 +5,7 @@ Generic CAS maven war overlay to exercise the latest versions of CAS. This overl
|
|||
|
||||
# Versions
|
||||
```xml
|
||||
<cas.version>4.1.6</cas.version>
|
||||
<cas.version>4.1.x</cas.version>
|
||||
```
|
||||
|
||||
# Requirements
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -79,7 +79,7 @@
|
|||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<cas.version>4.1.6</cas.version>
|
||||
<cas.version>4.1.10</cas.version>
|
||||
<maven-jetty-plugin.version>9.3.6.v20151106</maven-jetty-plugin.version>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
|
|
|
|||
Loading…
Reference in New Issue