version from pom interpolation and fix mvn central url

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2021-01-29 12:50:23 +10:00
parent 8c34fdd4ca
commit f80792f377
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<dependency>
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>jetty-asciidoctor-extensions</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
@ -45,7 +45,7 @@
<PROGGUIDE>../programming-guide/index.html</PROGGUIDE>
<GSTARTGUIDE>../gettingstarted-guide/index.html</GSTARTGUIDE>
<CONTRIBGUIDE>../contribution-guide/index.html</CONTRIBGUIDE>
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
<MVNCENTRAL>https://repo1.maven.org/maven2</MVNCENTRAL>
<VERSION>${project.version}</VERSION>
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>
</attributes>