Skip to content

Commit

Permalink
feat: Polarion 2410 support (#286)
Browse files Browse the repository at this point in the history
Refs: #276
  • Loading branch information
grigoriev authored Oct 28, 2024
1 parent f1ac43c commit af5b4bf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,20 @@
</properties>

<profiles>
<!-- deprecated profile: polarion2310 -->
<!-- default profile: polarion2404 -->
<profile>
<id>polarion2310</id>
<id>polarion2404</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<velocity-engine-core.artifactId>velocity-engine-core-2.3</velocity-engine-core.artifactId>
</properties>
</profile>

<!-- deprecated profile: polarion2310 -->
<profile>
<id>polarion2404</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<id>polarion2310</id>
<properties>
<velocity-engine-core.artifactId>velocity-engine-core-2.3</velocity-engine-core.artifactId>
</properties>
Expand Down

0 comments on commit af5b4bf

Please sign in to comment.