Skip to content

Commit

Permalink
feat!: polarion2410 is default, all other profiles removed
Browse files Browse the repository at this point in the history
Refs: #206
  • Loading branch information
grigoriev committed Dec 17, 2024
1 parent 37ab4a1 commit d47b67d
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,41 +207,6 @@
</properties>
</profile>

<!-- deprecated profile: polarion2310 -->
<profile>
<id>polarion2310</id>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<polarion.version>2310</polarion.version>

<jersey.version>2.35</jersey.version>
<jersey-osgi-bundle.version>2.35.0</jersey-osgi-bundle.version>

<commons-io.artifactId>org.apache.commons.io_2.11.0</commons-io.artifactId>

<slf4j-api.artifactId>slf4j-api-1.7.36</slf4j-api.artifactId>
<jaxb-api.artifactId>jaxb-api-2.4.0-b180830.0359-patched</jaxb-api.artifactId>
</properties>
</profile>

<profile>
<id>polarion2404</id>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<polarion.version>2404</polarion.version>

<jersey.version>2.35</jersey.version>
<jersey-osgi-bundle.version>2.35.0</jersey-osgi-bundle.version>

<commons-io.artifactId>commons-io-2.15.1</commons-io.artifactId>

<slf4j-api.artifactId>slf4j-api-1.7.36</slf4j-api.artifactId>
<jaxb-api.artifactId>jaxb-api-2.4.0-b180830.0359-patched</jaxb-api.artifactId>
</properties>
</profile>

<profile>
<id>gpg-sign</id>
<build>
Expand Down

0 comments on commit d47b67d

Please sign in to comment.