I am working in spring boot and I saw properties tag in pom.xml file but I don't understand what does it mean and what can we do in this tag.
properties tag for e.g.
<properties>
<java.version>1.8</java.version>
</properties>
What does properties tag mean ?
What can I add also in properties tag ?