File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
<parent >
4
5
<groupId >io.avaje</groupId >
5
6
<artifactId >avaje-prisms-parent</artifactId >
6
7
<version >1.26-SNAPSHOT</version >
7
8
</parent >
8
9
<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
+
15
16
<dependencies >
16
- <dependency >
17
+ <dependency >
17
18
<groupId >io.avaje</groupId >
18
19
<artifactId >avaje-spi-service</artifactId >
19
- <version >1.10 </version >
20
+ <version >1.11 </version >
20
21
</dependency >
21
22
</dependencies >
22
- </project >
23
+ </project >
You can’t perform that action at this time.
0 commit comments