File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <groupId >io.github.demchaav</groupId >
88 <artifactId >graphcompose-examples</artifactId >
99 <version >1.6.0</version >
10+
1011 <name >GraphCompose Examples</name >
1112 <description >Runnable file-render examples for GraphCompose templates.</description >
1213
1314 <properties >
14- <graphcompose .version>1.6.0 </graphcompose .version>
15+ <graphcompose .version>${project.version} </graphcompose .version>
1516 <logback .version>1.5.18</logback .version>
1617 <maven .compiler.release>21</maven .compiler.release>
1718
3738 <artifactId >graphcompose</artifactId >
3839 <version >${graphcompose.version} </version >
3940 </dependency >
41+
4042 <dependency >
4143 <groupId >ch.qos.logback</groupId >
4244 <artifactId >logback-classic</artifactId >
4951 <artifactId >junit-jupiter</artifactId >
5052 <scope >test</scope >
5153 </dependency >
54+
5255 <dependency >
5356 <groupId >org.assertj</groupId >
5457 <artifactId >assertj-core</artifactId >
6770 <release >${maven.compiler.release} </release >
6871 </configuration >
6972 </plugin >
73+
7074 <plugin >
7175 <groupId >org.apache.maven.plugins</groupId >
7276 <artifactId >maven-surefire-plugin</artifactId >
7377 <version >3.2.5</version >
7478 </plugin >
79+
7580 <plugin >
7681 <groupId >org.codehaus.mojo</groupId >
7782 <artifactId >exec-maven-plugin</artifactId >
7883 <version >3.5.0</version >
7984 </plugin >
8085 </plugins >
8186 </build >
82- </project >
87+ </project >
You can’t perform that action at this time.
0 commit comments