|
19 | 19 |
|
20 | 20 | <name>twitterwall3-parent</name>
|
21 | 21 |
|
22 |
| - <description>Added other things to starter parent from org.springframework.boot</description> |
| 22 | + |
| 23 | + |
| 24 | + <description>installs twitterwall3</description> |
| 25 | + <url>https://phasenraum2010.github.io/twitterwall3/</url> |
| 26 | + <organization> |
| 27 | + <name>Thomas Woehlke</name> |
| 28 | + <url>https://twitter.com/ThomasWoehlke</url> |
| 29 | + </organization> |
| 30 | + <inceptionYear>2017</inceptionYear> |
| 31 | + |
| 32 | + <scm> |
| 33 | + <url>https://github.com/phasenraum2010/twitterwall3.git</url> |
| 34 | + <connection>scm:git:https://github.com/phasenraum2010/twitterwall3.git</connection> |
| 35 | + <developerConnection>scm:git:https://github.com/phasenraum2010/twitterwall3.git</developerConnection> |
| 36 | + <tag>HEAD</tag> |
| 37 | + </scm> |
| 38 | + |
| 39 | + <issueManagement> |
| 40 | + <system>GitHub</system> |
| 41 | + <url>https://github.com/phasenraum2010/twitterwall3/issues</url> |
| 42 | + </issueManagement> |
| 43 | + |
| 44 | + <distributionManagement> |
| 45 | + <site> |
| 46 | + <id>simpleworklist.shadowfax.fritz.box</id> |
| 47 | + <url>file://${project.basedir}/target/site-deployed</url> |
| 48 | + </site> |
| 49 | + </distributionManagement> |
| 50 | + |
| 51 | + <developers> |
| 52 | + <developer> |
| 53 | + <name>Thomas Wöhlke</name> |
| 54 | + |
| 55 | + <url>https://github.com/phasenraum2010</url> |
| 56 | + </developer> |
| 57 | + </developers> |
| 58 | + |
| 59 | + <licenses> |
| 60 | + <license> |
| 61 | + <name>Apache License, Version 2.0</name> |
| 62 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 63 | + </license> |
| 64 | + </licenses> |
23 | 65 |
|
24 | 66 | <properties>
|
25 | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
35 | 77 | <org.webjars.bootstrap.version>4.1.0</org.webjars.bootstrap.version>
|
36 | 78 | <org.webjars.font-awesome.version>5.0.10</org.webjars.font-awesome.version>
|
37 | 79 |
|
38 |
| - |
39 |
| - |
40 | 80 | <org.apache.maven.plugins.maven-enforcer-plugin.version>3.0.0-M1</org.apache.maven.plugins.maven-enforcer-plugin.version>
|
41 | 81 |
|
42 | 82 | <org.springframework.boot.spring-boot-maven-plugin.version>2.0.1.RELEASE</org.springframework.boot.spring-boot-maven-plugin.version>
|
|
0 commit comments