11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- - Copyright 2013-2018 must-be.org
3+ - Copyright 2013-2025 consulo.io
44 -
55 - Licensed under the Apache License, Version 2.0 (the "License");
66 - you may not use this file except in compliance with the License.
1616 -->
1717<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
1818 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19- <modelVersion >4.0.0</modelVersion >
20- <parent >
21- <groupId >consulo</groupId >
22- <artifactId >arch.ide-api-provided</artifactId >
23- <version >3-SNAPSHOT</version >
24- <relativePath />
25- </parent >
19+ <modelVersion >4.0.0</modelVersion >
20+ <parent >
21+ <groupId >consulo</groupId >
22+ <artifactId >arch.ide-api-provided</artifactId >
23+ <version >3-SNAPSHOT</version >
24+ <relativePath />
25+ </parent >
2626
27- <groupId >consulo.plugin</groupId >
28- <artifactId >consulo.lombokpg</artifactId >
29- <version >3-SNAPSHOT</version >
30- <packaging >consulo-plugin</packaging >
27+ <groupId >consulo.plugin</groupId >
28+ <artifactId >consulo.lombokpg</artifactId >
29+ <version >3-SNAPSHOT</version >
30+ <packaging >consulo-plugin</packaging >
3131
32- <repositories >
33- <repository >
34- <id >consulo</id >
35- <url >https://maven.consulo.io /repository/snapshots/</url >
36- <snapshots >
37- <enabled >true</enabled >
38- <updatePolicy >interval:60</updatePolicy >
39- </snapshots >
40- </repository >
41- </repositories >
32+ <repositories >
33+ <repository >
34+ <id >consulo</id >
35+ <url >https://maven.consulo.dev /repository/snapshots/</url >
36+ <snapshots >
37+ <enabled >true</enabled >
38+ <updatePolicy >interval:60</updatePolicy >
39+ </snapshots >
40+ </repository >
41+ </repositories >
4242
43- <build >
44- <plugins >
45- <plugin >
46- <groupId >consulo.maven</groupId >
47- <artifactId >maven-consulo-plugin</artifactId >
48- <extensions >true</extensions >
49- <configuration >
50- <packaging >
51- <skip >${dev.mode} </skip >
52- <version >${build.number} </version >
53- </packaging >
54- </configuration >
55- <executions >
56- <execution >
57- <phase >package</phase >
58- <goals >
59- <goal >workspace</goal >
60- </goals >
61- </execution >
62- </executions >
63- </plugin >
64- </plugins >
65- </build >
43+ <build >
44+ <plugins >
45+ <plugin >
46+ <groupId >consulo.maven</groupId >
47+ <artifactId >maven-consulo-plugin</artifactId >
48+ <extensions >true</extensions >
49+ <configuration >
50+ <packaging >
51+ <skip >${dev.mode} </skip >
52+ <version >${build.number} </version >
53+ </packaging >
54+ </configuration >
55+ <executions >
56+ <execution >
57+ <phase >package</phase >
58+ <goals >
59+ <goal >workspace</goal >
60+ </goals >
61+ </execution >
62+ </executions >
63+ </plugin >
64+ </plugins >
65+ </build >
6666
67- <dependencies >
68- </dependencies >
67+ <dependencies >
68+ </dependencies >
6969</project >
0 commit comments