File tree Expand file tree Collapse file tree
tooling/conga-aem-maven-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >io.wcm.devops</groupId >
2727 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
28- <version >1.3.0 </version >
28+ <version >1.3.1-SNAPSHOT </version >
2929 <relativePath />
3030 </parent >
3131
Original file line number Diff line number Diff line change 4141 <maven .version>3.3.9</maven .version>
4242 <site .url.module.prefix>tooling/conga-aem-maven-plugin</site .url.module.prefix>
4343
44+ <!-- Versions -->
45+ <maven-plugin-plugin .version>3.6.4</maven-plugin-plugin .version>
46+
4447 <!-- Enable recording of coverage during execution of maven-invoker-plugin -->
4548 <jacoco .propertyName>invoker.mavenOpts</jacoco .propertyName>
4649 <jacoco .includes>org.jacoco.maven.*</jacoco .includes>
7275 <dependency >
7376 <groupId >org.apache.maven.plugin-tools</groupId >
7477 <artifactId >maven-plugin-annotations</artifactId >
75- <version >3.6.4 </version >
78+ <version >${maven-plugin-plugin.version} </version >
7679 <scope >provided</scope >
7780 </dependency >
7881
158161 <plugin >
159162 <groupId >org.apache.maven.plugins</groupId >
160163 <artifactId >maven-plugin-plugin</artifactId >
161- <version >3.6.4 </version >
164+ <version >${maven-plugin-plugin.version} </version >
162165 <configuration >
163166 <goalPrefix >conga-aem</goalPrefix >
164167 <skipErrorNoDescriptorsFound >true</skipErrorNoDescriptorsFound >
235238 <plugin >
236239 <groupId >org.apache.maven.plugins</groupId >
237240 <artifactId >maven-invoker-plugin</artifactId >
238- <version >3.2.2</version >
239241 <configuration >
240242 <projectsDirectory >src/it</projectsDirectory >
241243 <cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
You can’t perform that action at this time.
0 commit comments