|
4 | 4 |
|
5 | 5 | <groupId>org.woehlke</groupId> |
6 | 6 | <artifactId>greenshop</artifactId> |
7 | | - <version>0.6-SNAPSHOT</version> |
| 7 | + <version>0.6.0.0-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <parent> |
10 | 10 | <groupId>org.springframework.boot</groupId> |
11 | 11 | <artifactId>spring-boot-starter-parent</artifactId> |
12 | 12 | <version>2.7.5</version> |
13 | 13 | </parent> |
14 | 14 |
|
| 15 | + <packaging>war</packaging> |
15 | 16 | <name>greenshop</name> |
16 | 17 | <url>http://shadowfax.fritz.box/p/greenshop</url> |
| 18 | + |
| 19 | + <organization> |
| 20 | + <name>Thomas Woehlke</name> |
| 21 | + <url>http://thomas-woehlke.blogspot.de</url> |
| 22 | + </organization> |
| 23 | + <inceptionYear>2012</inceptionYear> |
| 24 | + |
| 25 | + <scm> |
| 26 | + <url>https://github.com/phasenraum2010/greenshop.git</url> |
| 27 | + <connection>scm:svn:https://github.com/phasenraum2010/greenshop.git</connection> |
| 28 | + <developerConnection>scm:svn:https://github.com/phasenraum2010/greenshop.git</developerConnection> |
| 29 | + </scm> |
| 30 | + |
| 31 | + <issueManagement> |
| 32 | + <url>http://shadowfax.fritz.box/trac/spring-social/report/3</url> |
| 33 | + <system>Trac</system> |
| 34 | + </issueManagement> |
| 35 | + |
| 36 | + <distributionManagement> |
| 37 | + <!-- <repository> <id>nexus</id> <name>Nexus Service on Developer Machine</name> |
| 38 | + <url>http://localhost:8081/nexus/content/groups/public/</url> </repository> |
| 39 | + <snapshotRepository> <id>nexus</id> <name>Nexus Service on Developer Machine</name> |
| 40 | + <url>http://localhost:8081/nexus/content/groups/public/</url> </snapshotRepository> --> |
| 41 | + <site> |
| 42 | + <id>greenshop.shadowfax.fritz.box</id> |
| 43 | + <url>file:///opt/local/apache2/htdocs/p/greenshop</url> |
| 44 | + </site> |
| 45 | + </distributionManagement> |
| 46 | + |
17 | 47 | <properties> |
18 | 48 | <java-version>11</java-version> |
19 | 49 | <org.slf4j-version>1.7.6</org.slf4j-version> |
20 | 50 | <maven.scm.version>1.13.0</maven.scm.version> |
21 | 51 | <encoding>UTF-8</encoding> |
22 | 52 | </properties> |
23 | 53 |
|
| 54 | + <dependencyManagement> |
| 55 | + |
| 56 | + </dependencyManagement> |
| 57 | + |
24 | 58 | <dependencies> |
25 | 59 |
|
26 | 60 | <dependency> |
|
202 | 236 | <dependency> |
203 | 237 | <groupId>mysql</groupId> |
204 | 238 | <artifactId>mysql-connector-java</artifactId> |
205 | | - <version>5.1.36</version> |
| 239 | + <version>8.0.31</version> |
206 | 240 | </dependency> |
207 | 241 |
|
208 | 242 | <!-- JSR 303 with Hibernate Validator --> |
|
438 | 472 | </dependency> |
439 | 473 | </dependencies> |
440 | 474 |
|
441 | | - <organization> |
442 | | - <name>Thomas Woehlke</name> |
443 | | - <url>http://thomas-woehlke.blogspot.de</url> |
444 | | - </organization> |
445 | | - <inceptionYear>2012</inceptionYear> |
446 | | - |
447 | | - <scm> |
448 | | - <url>https://github.com/phasenraum2010/greenshop.git</url> |
449 | | - <connection>scm:svn:https://github.com/phasenraum2010/greenshop.git</connection> |
450 | | - <developerConnection>scm:svn:https://github.com/phasenraum2010/greenshop.git</developerConnection> |
451 | | - </scm> |
452 | | - |
453 | | - <issueManagement> |
454 | | - <url>http://shadowfax.fritz.box/trac/spring-social/report/3</url> |
455 | | - <system>Trac</system> |
456 | | - </issueManagement> |
457 | | - |
458 | | - <distributionManagement> |
459 | | - <!-- <repository> <id>nexus</id> <name>Nexus Service on Developer Machine</name> |
460 | | - <url>http://localhost:8081/nexus/content/groups/public/</url> </repository> |
461 | | - <snapshotRepository> <id>nexus</id> <name>Nexus Service on Developer Machine</name> |
462 | | - <url>http://localhost:8081/nexus/content/groups/public/</url> </snapshotRepository> --> |
463 | | - <site> |
464 | | - <id>greenshop.shadowfax.fritz.box</id> |
465 | | - <url>file:///opt/local/apache2/htdocs/p/greenshop</url> |
466 | | - </site> |
467 | | - </distributionManagement> |
468 | | - |
469 | 475 | <build> |
470 | 476 | <plugins> |
471 | 477 | <plugin> |
|
751 | 757 | </plugin> |
752 | 758 | </plugins> |
753 | 759 | </build> |
754 | | - <packaging>war</packaging> |
| 760 | + |
755 | 761 | </project> |
0 commit comments