|
23 | 23 |
|
24 | 24 | <groupId>rwperrott.maven.plugins</groupId> |
25 | 25 | <artifactId>rwperrott-string-template-plugin</artifactId> |
26 | | - <version>2.2.1</version> |
| 26 | + <version>2.2.2</version> |
27 | 27 | <packaging>maven-plugin</packaging> |
28 | 28 |
|
29 | 29 | <name>StringTemplate Maven Plugin</name> |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>rwperrott</groupId> |
96 | 96 | <artifactId>rwperrott-string-template-utils</artifactId> |
97 | | - <version>2.2.1</version> |
| 97 | + <version>2.2.2</version> |
98 | 98 | </dependency> |
99 | 99 |
|
100 | 100 | <dependency> |
|
103 | 103 | <artifactId>testng</artifactId> |
104 | 104 | <version>7.3.0</version> |
105 | 105 | </dependency> |
106 | | - |
107 | | - <!-- stuff needed for MavenCLI --> |
108 | | - <dependency> |
109 | | - <groupId>org.apache.maven</groupId> |
110 | | - <artifactId>maven-embedder</artifactId> |
111 | | - <version>3.6.3</version> |
112 | | - <scope>test</scope> |
113 | | - </dependency> |
114 | | - <dependency> |
115 | | - <groupId>ch.qos.logback</groupId> |
116 | | - <artifactId>logback-classic</artifactId> |
117 | | - <version>1.2.3</version> |
118 | | - <scope>test</scope> |
119 | | - </dependency> |
120 | | - <dependency> |
121 | | - <groupId>org.apache.maven</groupId> |
122 | | - <artifactId>maven-compat</artifactId> |
123 | | - <version>3.6.3</version> |
124 | | - <scope>test</scope> |
125 | | - </dependency> |
126 | | - <dependency> |
127 | | - <groupId>org.apache.maven.resolver</groupId> |
128 | | - <artifactId>maven-resolver-connector-basic</artifactId> |
129 | | - <version>1.6.1</version> |
130 | | - <scope>test</scope> |
131 | | - </dependency> |
132 | | - <dependency> |
133 | | - <groupId>org.apache.maven.resolver</groupId> |
134 | | - <artifactId>maven-resolver-transport-http</artifactId> |
135 | | - <version>1.6.1</version> |
136 | | - <scope>test</scope> |
137 | | - </dependency> |
138 | 106 | </dependencies> |
139 | 107 |
|
140 | 108 | <build> |
|
382 | 350 | <doctitle>StringTemplate Maven Plugin - ${project.version}</doctitle> |
383 | 351 | <windowtitle>StringTemplate Maven Plugin - ${project.version}</windowtitle> |
384 | 352 | <show>public</show> |
385 | | - <!-- |
386 | 353 | <links> |
387 | 354 | A supported Java version unlike 1.6! |
388 | 355 | <link>https://docs.oracle.com/javase/8/docs/api/</link> |
389 | 356 | </links> |
390 | | - --> |
391 | 357 | </configuration> |
392 | 358 | <executions> |
393 | 359 | <execution> |
|
0 commit comments