Polish docs

This commit is contained in:
Janne Valkealahti
2015-10-11 15:45:06 +01:00
parent 4df80adc4f
commit a6f06435e1
3 changed files with 19 additions and 7 deletions

View File

@@ -78,6 +78,11 @@ task wrapper(type: Wrapper) {
}
----
[NOTE]
====
Replace `1.0.0.BUILD-SNAPSHOT` with a version you want to use.
====
Having a normal project structure you'd build this with command:
[source,text,indent=0]
----
@@ -187,6 +192,11 @@ Here is a typical `pom.xml` file:
</project>
----
[NOTE]
====
Replace `1.0.0.BUILD-SNAPSHOT` with a version you want to use.
====
Having a normal project structure you'd build this with command:
[source,text,indent=0]
----