Skip to content

Commit 1939f24

Browse files
authored
Merge pull request #14 from unv-unv/migrating-to-dev
Migrating to dev
2 parents af73366 + ea4df04 commit 1939f24

3 files changed

Lines changed: 75 additions & 75 deletions

File tree

lombok-pg/pom.xml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -16,54 +16,54 @@
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>

plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -32,7 +32,7 @@
3232
<repositories>
3333
<repository>
3434
<id>consulo</id>
35-
<url>https://maven.consulo.io/repository/snapshots/</url>
35+
<url>https://maven.consulo.dev/repository/snapshots/</url>
3636
<snapshots>
3737
<enabled>true</enabled>
3838
<updatePolicy>interval:60</updatePolicy>

pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -16,33 +16,33 @@
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>
19+
<modelVersion>4.0.0</modelVersion>
2020

21-
<parent>
22-
<groupId>consulo</groupId>
23-
<artifactId>arch.managment</artifactId>
24-
<version>3-SNAPSHOT</version>
25-
<relativePath/>
26-
</parent>
21+
<parent>
22+
<groupId>consulo</groupId>
23+
<artifactId>arch.managment</artifactId>
24+
<version>3-SNAPSHOT</version>
25+
<relativePath/>
26+
</parent>
2727

28-
<repositories>
29-
<repository>
30-
<id>consulo</id>
31-
<url>https://maven.consulo.io/repository/snapshots/</url>
32-
<snapshots>
33-
<enabled>true</enabled>
34-
<updatePolicy>interval:60</updatePolicy>
35-
</snapshots>
36-
</repository>
37-
</repositories>
28+
<repositories>
29+
<repository>
30+
<id>consulo</id>
31+
<url>https://maven.consulo.dev/repository/snapshots/</url>
32+
<snapshots>
33+
<enabled>true</enabled>
34+
<updatePolicy>interval:60</updatePolicy>
35+
</snapshots>
36+
</repository>
37+
</repositories>
3838

39-
<groupId>consulo.plugin</groupId>
40-
<artifactId>consulo.lombok-root</artifactId>
41-
<version>3-SNAPSHOT</version>
42-
<packaging>pom</packaging>
39+
<groupId>consulo.plugin</groupId>
40+
<artifactId>consulo.lombok-root</artifactId>
41+
<version>3-SNAPSHOT</version>
42+
<packaging>pom</packaging>
4343

44-
<modules>
45-
<module>plugin</module>
46-
<module>lombok-pg</module>
47-
</modules>
44+
<modules>
45+
<module>plugin</module>
46+
<module>lombok-pg</module>
47+
</modules>
4848
</project>

0 commit comments

Comments
 (0)