Skip to content

Commit 0d9fa94

Browse files
committed
fix url and update maven-compiler-plugin
1 parent dde9b49 commit 0d9fa94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0-SNAPSHOT</version>
1010

1111
<name>Calories Management</name>
12-
<url>http://topjava.herokuapp.com/</url>
12+
<url>https://javaops-demo.ru/topjava</url>
1313

1414
<properties>
1515
<java.version>1.8</java.version>
@@ -24,7 +24,7 @@
2424
<plugin>
2525
<groupId>org.apache.maven.plugins</groupId>
2626
<artifactId>maven-compiler-plugin</artifactId>
27-
<version>3.8.1</version>
27+
<version>3.14.0</version>
2828
<configuration>
2929
<source>${java.version}</source>
3030
<target>${java.version}</target>

src/main/java/ru/javawebinar/topjava/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ru.javawebinar.topjava;
22

33
/**
4-
* @see <a href="http://topjava.herokuapp.com">Demo application</a>
4+
* @see <a href="https://javaops-demo.ru/topjava">Demo application</a>
55
* @see <a href="https://github.com/JavaOPs/topjava">Initial project</a>
66
*/
77
public class Main {

0 commit comments

Comments
 (0)