File tree Expand file tree Collapse file tree
src/main/java/ru/javawebinar/topjava Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 11package 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 */
77public class Main {
You can’t perform that action at this time.
0 commit comments