|
11 | 11 | <version>2.1.3.RELEASE</version>
|
12 | 12 | <relativePath /> <!-- lookup parent from repository -->
|
13 | 13 | </parent>
|
| 14 | + |
14 | 15 | <name>simpleworklist</name>
|
15 | 16 | <description>Your Todo-List for Getting Things Done</description>
|
16 | 17 | <url>http://homepage.ruhr-uni-bochum.de/Thomas.Woehlke/p/simpleworklist</url>
|
| 18 | + <inceptionYear>2012</inceptionYear> |
| 19 | + |
17 | 20 | <organization>
|
18 |
| - <name>Thomas Woehlke</name> |
19 |
| - <url>http://homepage.ruhr-uni-bochum.de/Thomas.Woehlke/</url> |
| 21 | + <name>Spring-Framework-Java-Apps</name> |
| 22 | + <url>https://github.com/Spring-Framework-Java-Apps/</url> |
20 | 23 | </organization>
|
21 |
| - <inceptionYear>2012</inceptionYear> |
| 24 | + <developers> |
| 25 | + <developer> |
| 26 | + <name>Thomas Wöhlke</name> |
| 27 | + <email>github@woehlke.org</email> |
| 28 | + <url>https://github.com/thomaswoehlke/</url> |
| 29 | + </developer> |
| 30 | + </developers> |
| 31 | + |
22 | 32 | <scm>
|
23 |
| - <url>https://ThomasWoehlke@bitbucket.org/ThomasWoehlke/simpleworklist.git</url> |
24 |
| - <connection>scm:git:https://ThomasWoehlke@bitbucket.org/ThomasWoehlke/simpleworklist.git</connection> |
25 |
| - <developerConnection>scm:git:https://ThomasWoehlke@bitbucket.org/ThomasWoehlke/simpleworklist.git</developerConnection> |
| 33 | + <url>https://github.com/Spring-Framework-Java-Apps/simpleworklist.git</url> |
| 34 | + <connection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection> |
| 35 | + <developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection> |
26 | 36 | <tag>HEAD</tag>
|
27 | 37 | </scm>
|
28 | 38 | <issueManagement>
|
29 |
| - <system>bitbucket</system> |
30 |
| - <url>https://bitbucket.org/ThomasWoehlke/simpleworklist/issues</url> |
| 39 | + <system>Github</system> |
| 40 | + <url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/issues</url> |
31 | 41 | </issueManagement>
|
32 | 42 | <distributionManagement>
|
33 | 43 | <site>
|
34 | 44 | <id>simpleworklist.frodo.fritz.box</id>
|
35 | 45 | <url>file://C:/xampp/x64-7.1.26-0-VC14/htdocs/p/simpleworklist</url>
|
36 | 46 | </site>
|
37 | 47 | </distributionManagement>
|
38 |
| - <developers> |
39 |
| - <developer> |
40 |
| - <name>Thomas Wöhlke</name> |
41 |
| - <email>thomas.woehlke@rub.de</email> |
42 |
| - <url>http://homepage.ruhr-uni-bochum.de/Thomas.Woehlke/</url> |
43 |
| - </developer> |
44 |
| - </developers> |
| 48 | + |
45 | 49 |
|
46 | 50 | <properties>
|
47 | 51 | <java.version>1.8</java.version>
|
|
60 | 64 | <start-class>org.woehlke.simpleworklist.SimpleworklistApplication</start-class>
|
61 | 65 | </properties>
|
62 | 66 |
|
| 67 | + <dependencyManagement> |
| 68 | + <dependencies> |
| 69 | + <dependency> |
| 70 | + <groupId>de.codecentric</groupId> |
| 71 | + <artifactId>spring-boot-admin-dependencies</artifactId> |
| 72 | + <version>${spring-boot-admin.version}</version> |
| 73 | + <type>pom</type> |
| 74 | + <scope>import</scope> |
| 75 | + </dependency> |
| 76 | + <dependency> |
| 77 | + <groupId>org.springframework.session</groupId> |
| 78 | + <artifactId>spring-session-bom</artifactId> |
| 79 | + <version>Bean-RELEASE</version> |
| 80 | + <type>pom</type> |
| 81 | + <scope>import</scope> |
| 82 | + </dependency> |
| 83 | + </dependencies> |
| 84 | + </dependencyManagement> |
| 85 | + |
63 | 86 | <dependencies>
|
64 | 87 | <!--
|
65 | 88 | <dependency>
|
|
279 | 302 | <version>${maven.scm.version}</version>
|
280 | 303 | <scope>provided</scope>
|
281 | 304 | </dependency>
|
| 305 | + |
282 | 306 | <dependency>
|
283 | 307 | <groupId>org.springframework.session</groupId>
|
284 | 308 | <artifactId>spring-session-jdbc</artifactId>
|
|
328 | 352 | -->
|
329 | 353 | </dependencies>
|
330 | 354 |
|
331 |
| - <dependencyManagement> |
332 |
| - <dependencies> |
333 |
| - <dependency> |
334 |
| - <groupId>de.codecentric</groupId> |
335 |
| - <artifactId>spring-boot-admin-dependencies</artifactId> |
336 |
| - <version>${spring-boot-admin.version}</version> |
337 |
| - <type>pom</type> |
338 |
| - <scope>import</scope> |
339 |
| - </dependency> |
340 |
| - <dependency> |
341 |
| - <groupId>org.springframework.session</groupId> |
342 |
| - <artifactId>spring-session-bom</artifactId> |
343 |
| - <version>Bean-RELEASE</version> |
344 |
| - <type>pom</type> |
345 |
| - <scope>import</scope> |
346 |
| - </dependency> |
347 |
| - </dependencies> |
348 |
| - </dependencyManagement> |
| 355 | + |
349 | 356 |
|
350 | 357 |
|
351 | 358 | <build>
|
|
514 | 521 | <build>
|
515 | 522 | <finalName>simpleworklist</finalName>
|
516 | 523 | <defaultGoal>clean spring-boot:run</defaultGoal>
|
| 524 | + <pluginManagement> |
| 525 | + <plugins></plugins> |
| 526 | + </pluginManagement> |
517 | 527 | <plugins>
|
518 | 528 | <plugin>
|
519 | 529 | <groupId>org.springframework.boot</groupId>
|
|
595 | 605 | </plugins>
|
596 | 606 | </build>
|
597 | 607 | </profile>
|
| 608 | + |
598 | 609 | <profile>
|
599 | 610 | <id>testing</id>
|
600 | 611 | <build>
|
| 612 | + <pluginManagement> |
| 613 | + <plugins></plugins> |
| 614 | + </pluginManagement> |
601 | 615 | <plugins>
|
602 | 616 | <plugin>
|
603 | 617 | <groupId>org.springframework.boot</groupId>
|
|
641 | 655 | </plugins>
|
642 | 656 | </build>
|
643 | 657 | </profile>
|
| 658 | + |
644 | 659 | <profile>
|
645 | 660 | <id>qa</id>
|
646 | 661 | <build>
|
| 662 | + <pluginManagement> |
| 663 | + <plugins></plugins> |
| 664 | + </pluginManagement> |
647 | 665 | <plugins>
|
648 | 666 | <plugin>
|
649 | 667 | <groupId>org.springframework.boot</groupId>
|
|
700 | 718 | </plugins>
|
701 | 719 | </build>
|
702 | 720 | </profile>
|
| 721 | + |
703 | 722 | <profile>
|
704 | 723 | <id>developing</id>
|
705 | 724 | <build>
|
|
774 | 793 | </plugins>
|
775 | 794 | </build>
|
776 | 795 | </profile>
|
| 796 | + |
| 797 | + |
777 | 798 | <profile>
|
778 | 799 | <id>travis</id>
|
779 | 800 | <build>
|
| 801 | + <pluginManagement> |
| 802 | + <plugins></plugins> |
| 803 | + </pluginManagement> |
780 | 804 | <plugins>
|
781 | 805 | <plugin>
|
782 | 806 | <groupId>org.springframework.boot</groupId>
|
|
829 | 853 | </plugins>
|
830 | 854 | </build>
|
831 | 855 | </profile>
|
| 856 | + |
832 | 857 | <profile>
|
833 | 858 | <id>heroku</id>
|
834 | 859 | <build>
|
|
0 commit comments