Note |
---|
You should never need to modify a delivered file. If you feel like you have to, report a bug. |
Tip |
---|
Source with full commit history is available at https://github.com/kualico/financials. Weekly release notes are sent to fin.prd.customers@kuali.co. |
Getting the latest and GREATEST Kuali Financials
...
Code Block |
---|
<dependency> <groupId>org.kuali.kfs</groupId> <artifactId>kfs-web</artifactId> <version>2016-07-14</version> <type>war</type> </dependency> |
...
Please check nexus.kuali.co to see if a newer release has been published. For example, you could have an authenticated job that looks at the meta-data daily and checks to see if a newer version is available. We do not recommend you use a -SNAPSHOT version of Kuali Financials unless you insist on being on the bleeding edge.
...