File tree Expand file tree Collapse file tree 13 files changed +29
-3
lines changed Expand file tree Collapse file tree 13 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 3434 <org .apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org .apache.maven.plugins.maven-scm-publish-plugin.version>
3535 <org .apache.maven.plugins.maven-release-plugin.version>2.5.3</org .apache.maven.plugins.maven-release-plugin.version>
3636
37+ <org .apache.maven.plugins.maven-site-plugin>3.7.1</org .apache.maven.plugins.maven-site-plugin>
38+
3739 <spring-statemachine .version>2.0.1.RELEASE</spring-statemachine .version>
3840 <spring-shell .version>2.0.0.RELEASE</spring-shell .version>
3941 </properties >
5456
5557 <dependencyManagement >
5658 <dependencies >
59+ <dependency >
60+ <groupId >org.apache.maven.plugins</groupId >
61+ <artifactId >maven-site-plugin</artifactId >
62+ <version >${org.apache.maven.plugins.maven-site-plugin} </version >
63+ <type >maven-plugin</type >
64+ <scope >compile</scope >
65+ </dependency >
5766 <dependency >
5867 <groupId >org.codehaus.plexus</groupId >
5968 <artifactId >plexus-utils</artifactId >
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 1+ -Xmx350m -Xss512k -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 3535 <org .webjars.bootstrap.version>4.1.0</org .webjars.bootstrap.version>
3636 <org .webjars.font-awesome.version>5.0.10</org .webjars.font-awesome.version>
3737
38+
39+
40+ <org .apache.maven.plugins.maven-enforcer-plugin.version>3.0.0-M1</org .apache.maven.plugins.maven-enforcer-plugin.version>
41+
42+ <org .springframework.boot.spring-boot-maven-plugin.version>2.0.1.RELEASE</org .springframework.boot.spring-boot-maven-plugin.version>
43+ <org .apache.maven.plugins.maven-site-plugin>3.7.1</org .apache.maven.plugins.maven-site-plugin>
3844 <org .apache.maven.scm.plugin.version>1.9.5</org .apache.maven.scm.plugin.version>
3945 <org .apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org .apache.maven.plugins.maven-scm-publish-plugin.version>
4046 <org .apache.maven.plugins.maven-release-plugin.version>2.5.3</org .apache.maven.plugins.maven-release-plugin.version>
7076 <dependency >
7177 <groupId >org.apache.maven.plugins</groupId >
7278 <artifactId >maven-enforcer-plugin</artifactId >
73- <version >3.0.0-M1 </version >
79+ <version >${org.apache.maven.plugins.maven-enforcer-plugin.version} </version >
7480 <type >maven-plugin</type >
7581 <scope >compile</scope >
7682 </dependency >
7783 <dependency >
7884 <groupId >org.springframework.boot</groupId >
7985 <artifactId >spring-boot-maven-plugin</artifactId >
80- <version >2.0.1.RELEASE </version >
86+ <version >${org.springframework.boot.spring-boot-maven-plugin.version} </version >
8187 <type >maven-plugin</type >
8288 <scope >compile</scope >
8389 </dependency >
112118 <dependency >
113119 <groupId >org.apache.maven.plugins</groupId >
114120 <artifactId >maven-site-plugin</artifactId >
115- <version >3.7.1 </version >
121+ <version >${org.apache.maven.plugins.maven-site-plugin} </version >
116122 <type >maven-plugin</type >
117123 <scope >compile</scope >
118124 </dependency >
You can’t perform that action at this time.
0 commit comments