Skip to content

Commit 745b86c

Browse files
committed
Merge remote-tracking branch 'origin/main' into develop
2 parents 97899a1 + be4f8d4 commit 745b86c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

examples/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
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

@@ -37,6 +38,7 @@
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>
@@ -49,6 +51,7 @@
4951
<artifactId>junit-jupiter</artifactId>
5052
<scope>test</scope>
5153
</dependency>
54+
5255
<dependency>
5356
<groupId>org.assertj</groupId>
5457
<artifactId>assertj-core</artifactId>
@@ -67,16 +70,18 @@
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>

0 commit comments

Comments
 (0)