# Versions

Always use the POM properties to define the versions.

For dependencies use the name.version scheme:

```markup
<log4j.version>2.11.0</log4j.version>
```

For plugins prepend it with plugin:

```markup
<plugin.tomcat7.version>2.2</plugin.tomcat7.version>
```
