|
63 | 63 | <properties> |
64 | 64 | <!-- Pinned versions, as RELEASE would make it into the published pom.xml --> |
65 | 65 | <rewrite.version>8.66.0-SNAPSHOT</rewrite.version> |
| 66 | + <rewrite-polyglot.version>2.8.0-SNAPSHOT</rewrite-polyglot.version> |
66 | 67 |
|
67 | 68 | <!-- using 'ssh' url scheme by default, which assumes a human is performing git operations leveraging an ssh key --> |
68 | 69 | < developerConnectionUrl>scm:git:ssh:// [email protected]/openrewrite/rewrite-maven-plugin.git |
|
162 | 163 | </dependency> |
163 | 164 | <dependency> |
164 | 165 | <groupId>org.openrewrite</groupId> |
165 | | - <artifactId>rewrite-xml</artifactId> |
166 | | - </dependency> |
167 | | - <dependency> |
168 | | - <groupId>org.openrewrite</groupId> |
169 | | - <artifactId>rewrite-maven</artifactId> |
170 | | - </dependency> |
171 | | - <dependency> |
172 | | - <groupId>org.openrewrite</groupId> |
173 | | - <artifactId>rewrite-hcl</artifactId> |
174 | | - </dependency> |
175 | | - <dependency> |
176 | | - <groupId>org.openrewrite</groupId> |
177 | | - <artifactId>rewrite-json</artifactId> |
178 | | - </dependency> |
179 | | - <dependency> |
180 | | - <groupId>org.openrewrite</groupId> |
181 | | - <artifactId>rewrite-properties</artifactId> |
182 | | - </dependency> |
183 | | - <dependency> |
184 | | - <groupId>org.openrewrite</groupId> |
185 | | - <artifactId>rewrite-protobuf</artifactId> |
186 | | - </dependency> |
187 | | - <dependency> |
188 | | - <groupId>org.openrewrite</groupId> |
189 | | - <artifactId>rewrite-toml</artifactId> |
190 | | - </dependency> |
191 | | - <dependency> |
192 | | - <groupId>org.openrewrite</groupId> |
193 | | - <artifactId>rewrite-yaml</artifactId> |
| 166 | + <artifactId>rewrite-kotlin</artifactId> |
194 | 167 | </dependency> |
195 | 168 | <dependency> |
196 | 169 | <groupId>org.openrewrite</groupId> |
197 | | - <artifactId>rewrite-groovy</artifactId> |
| 170 | + <artifactId>rewrite-xml</artifactId> |
198 | 171 | </dependency> |
199 | 172 | <dependency> |
200 | 173 | <groupId>org.openrewrite</groupId> |
201 | | - <artifactId>rewrite-kotlin</artifactId> |
| 174 | + <artifactId>rewrite-maven</artifactId> |
202 | 175 | </dependency> |
203 | 176 | <dependency> |
204 | 177 | <groupId>org.openrewrite</groupId> |
205 | 178 | <artifactId>rewrite-polyglot</artifactId> |
206 | | - <version>2.7.4</version> |
| 179 | + <version>${rewrite-polyglot.version}</version> |
207 | 180 | </dependency> |
208 | 181 | <dependency> |
209 | 182 | <groupId>org.codehaus.plexus</groupId> |
|
0 commit comments