|
38 | 38 | </scm> |
39 | 39 |
|
40 | 40 | <prerequisites> |
41 | | - <maven>3.6.0</maven> |
| 41 | + <maven>3.8.4</maven> |
42 | 42 | </prerequisites> |
43 | 43 |
|
44 | 44 | <properties> |
|
62 | 62 | <!-- plugin interfaces and base classes --> |
63 | 63 | <groupId>org.apache.maven</groupId> |
64 | 64 | <artifactId>maven-plugin-api</artifactId> |
65 | | - <version>3.6.3</version> |
| 65 | + <version>3.8.1</version> |
66 | 66 | <scope>provided</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <!-- needed when injecting the Maven Project into a plugin --> |
70 | 70 | <groupId>org.apache.maven</groupId> |
71 | 71 | <artifactId>maven-core</artifactId> |
72 | | - <version>3.6.0</version> |
| 72 | + <version>3.8.1</version> |
73 | 73 | <scope>provided</scope> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <!-- annotations used to describe the plugin meta-data --> |
77 | 77 | <groupId>org.apache.maven.plugin-tools</groupId> |
78 | 78 | <artifactId>maven-plugin-annotations</artifactId> |
79 | | - <version>3.6.0</version> |
| 79 | + <version>3.6.2</version> |
80 | 80 | <scope>provided</scope> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.apache.maven.shared</groupId> |
84 | 84 | <artifactId>maven-shared-utils</artifactId> |
85 | | - <version>3.2.1</version> |
| 85 | + <version>3.3.4</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>io.openapiprocessor</groupId> |
|
101 | 101 | <plugin> |
102 | 102 | <groupId>org.apache.maven.plugins</groupId> |
103 | 103 | <artifactId>maven-deploy-plugin</artifactId> |
104 | | - <version>3.0.0-M1</version> |
| 104 | + <version>3.0.0-M2</version> |
105 | 105 | </plugin> |
106 | 106 | <plugin> |
107 | 107 | <groupId>org.apache.maven.plugins</groupId> |
|
135 | 135 | <plugin> |
136 | 136 | <groupId>org.simplify4u.plugins</groupId> |
137 | 137 | <artifactId>sign-maven-plugin</artifactId> |
138 | | - <version>0.3.0</version> |
| 138 | + <version>1.0.0</version> |
139 | 139 | <executions> |
140 | 140 | <execution> |
141 | 141 | <goals> |
|
0 commit comments