Skip to content

Commit f1d4303

Browse files
committed
work
1 parent cb8d9bc commit f1d4303

File tree

1 file changed

+37
-31
lines changed

1 file changed

+37
-31
lines changed

pom.xml

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,57 @@
44

55
<groupId>org.woehlke</groupId>
66
<artifactId>greenshop</artifactId>
7-
<version>0.6-SNAPSHOT</version>
7+
<version>0.6.0.0-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
1212
<version>2.7.5</version>
1313
</parent>
1414

15+
<packaging>war</packaging>
1516
<name>greenshop</name>
1617
<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+
1747
<properties>
1848
<java-version>11</java-version>
1949
<org.slf4j-version>1.7.6</org.slf4j-version>
2050
<maven.scm.version>1.13.0</maven.scm.version>
2151
<encoding>UTF-8</encoding>
2252
</properties>
2353

54+
<dependencyManagement>
55+
56+
</dependencyManagement>
57+
2458
<dependencies>
2559

2660
<dependency>
@@ -202,7 +236,7 @@
202236
<dependency>
203237
<groupId>mysql</groupId>
204238
<artifactId>mysql-connector-java</artifactId>
205-
<version>5.1.36</version>
239+
<version>8.0.31</version>
206240
</dependency>
207241

208242
<!-- JSR 303 with Hibernate Validator -->
@@ -438,34 +472,6 @@
438472
</dependency>
439473
</dependencies>
440474

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-
469475
<build>
470476
<plugins>
471477
<plugin>
@@ -751,5 +757,5 @@
751757
</plugin>
752758
</plugins>
753759
</build>
754-
<packaging>war</packaging>
760+
755761
</project>

0 commit comments

Comments
 (0)