|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | 6 |
|
5 | 7 | <parent> |
|
10 | 12 |
|
11 | 13 | <groupId>org.woehlke</groupId> |
12 | 14 | <artifactId>simpleworklist</artifactId> |
13 | | - <version>2.3.21-SNAPSHOT</version> |
| 15 | + <version>2.3.20-SNAPSHOT</version> |
14 | 16 | <packaging>jar</packaging> |
15 | 17 |
|
16 | 18 | <name>simpleworklist</name> |
|
181 | 183 | <id>simpleworklist.public_html</id> |
182 | 184 | <url>file://${user.home}/public_html/p/simpleworklist</url> |
183 | 185 | </site> |
184 | | - <repository> |
185 | | - <id>localrepo</id> |
186 | | - <name>localrepo</name> |
187 | | - <url>file://home/tw/.m2/repository</url> |
188 | | - </repository> |
189 | 186 | </distributionManagement> |
190 | 187 |
|
191 | 188 | <properties> |
|
194 | 191 |
|
195 | 192 | <!-- SCM and Releasing with Maven --> |
196 | 193 | <maven.scm.version>1.11.2</maven.scm.version> |
197 | | - <maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version> |
198 | | - <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
| 194 | + <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
| 195 | + <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
199 | 196 |
|
200 | 197 | <!-- Maven plugins --> |
201 | 198 | <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version> |
202 | 199 | <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version> |
203 | 200 | <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
204 | 201 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
205 | 202 | <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
| 203 | + <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
206 | 204 | <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> |
207 | 205 | <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version> |
208 | 206 | <maven-help-plugin.version>3.2.0</maven-help-plugin.version> |
|
221 | 219 | <git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version> |
222 | 220 | <maven-changes-plugin.version>2.12.1</maven-changes-plugin.version> |
223 | 221 |
|
224 | | - |
225 | 222 | <!-- Maven Reports and Site --> |
226 | 223 | <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version> |
227 | 224 | <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version> |
|
453 | 450 | <version>${maven-changes-plugin.version}</version> |
454 | 451 | <type>maven-plugin</type> |
455 | 452 | </dependency> |
456 | | - <dependency> |
457 | | - <groupId>org.apache.maven.plugins</groupId> |
458 | | - <artifactId>maven-deploy-plugin</artifactId> |
459 | | - <version>${maven-deploy-plugin.version}</version> |
460 | | - <type>maven-plugin</type> |
461 | | - </dependency> |
462 | 453 | <dependency> |
463 | 454 | <groupId>org.apache.maven.doxia</groupId> |
464 | 455 | <artifactId>doxia-module-markdown</artifactId> |
|
709 | 700 | <artifactId>maven-changes-plugin</artifactId> |
710 | 701 | <type>maven-plugin</type> |
711 | 702 | </dependency> |
712 | | - <dependency> |
713 | | - <groupId>org.apache.maven.plugins</groupId> |
714 | | - <artifactId>maven-deploy-plugin</artifactId> |
715 | | - <type>maven-plugin</type> |
716 | | - </dependency> |
717 | 703 | <dependency> |
718 | 704 | <groupId>org.apache.maven.doxia</groupId> |
719 | 705 | <artifactId>doxia-module-markdown</artifactId> |
|
770 | 756 | <artifactId>maven-surefire-report-plugin</artifactId> |
771 | 757 | <version>${maven-surefire-report-plugin.version}</version> |
772 | 758 | </plugin> |
773 | | - <plugin> |
774 | | - <groupId>org.apache.maven.plugins</groupId> |
775 | | - <artifactId>maven-deploy-plugin</artifactId> |
776 | | - <version>${maven-deploy-plugin.version}</version> |
777 | | - </plugin> |
778 | 759 | <plugin> |
779 | 760 | <groupId>org.apache.maven.plugins</groupId> |
780 | 761 | <artifactId>maven-site-plugin</artifactId> |
|
1114 | 1095 | <groupId>org.apache.maven.plugins</groupId> |
1115 | 1096 | <artifactId>maven-site-plugin</artifactId> |
1116 | 1097 | </plugin> |
1117 | | - <plugin> |
1118 | | - <groupId>org.apache.maven.plugins</groupId> |
1119 | | - <artifactId>maven-deploy-plugin</artifactId> |
1120 | | - </plugin> |
1121 | 1098 | <plugin> |
1122 | 1099 | <groupId>org.apache.maven.plugins</groupId> |
1123 | 1100 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments