Skip to content

Commit c02511b

Browse files
authored
Merge pull request #64 from avaje/feature/bump-spi-service-dependency
Bump avaje-spi-service dependency to 1.11
2 parents 92ce544 + daa9fec commit c02511b

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
indent_size = 2
9+
indent_style = space
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
spaces_around_operators = true

prism-core/pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<groupId>io.avaje</groupId>
56
<artifactId>avaje-prisms-parent</artifactId>
67
<version>1.26-SNAPSHOT</version>
78
</parent>
89
<artifactId>avaje-prism-core</artifactId>
9-
<description>generator for avaje prisms</description>
10-
<scm>
11-
<developerConnection>scm:git:[email protected]:avaje/avaje-prisms.git</developerConnection>
12-
<tag>HEAD</tag>
13-
</scm>
14-
10+
<description>generator for avaje prisms</description>
11+
<scm>
12+
<developerConnection>scm:git:[email protected]:avaje/avaje-prisms.git</developerConnection>
13+
<tag>HEAD</tag>
14+
</scm>
15+
1516
<dependencies>
16-
<dependency>
17+
<dependency>
1718
<groupId>io.avaje</groupId>
1819
<artifactId>avaje-spi-service</artifactId>
19-
<version>1.10</version>
20+
<version>1.11</version>
2021
</dependency>
2122
</dependencies>
22-
</project>
23+
</project>

0 commit comments

Comments
 (0)