Skip to content

Commit

Permalink
[MASSEMBLY-1016] fix history (#181)
Browse files Browse the repository at this point in the history
[MASSEMBLY-1016] fix history
  • Loading branch information
hboutemy committed Feb 2, 2024
1 parent 3d97c2d commit aeed884
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,29 +294,29 @@ under the License.
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.5.0</version>
<version>from 3.4.0</version>
<maven>3.2.5</maven>
<jdk>1.8</jdk>
<jdk>8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.3.0</version>
<version>from 3.1.0 to 3.3.0</version>
<maven>3.0</maven>
<jdk>1.7</jdk>
<jdk>7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.0.0</version>
<maven>2.2.1</maven>
<jdk>1.6</jdk>
<maven>3.0</maven>
<jdk>6</jdk>
</requirementsHistory>
<requirementsHistory>
<version>2.6</version>
<maven>2.2.1</maven>
<jdk>1.6</jdk>
<jdk>6</jdk>
</requirementsHistory>
<requirementsHistory>
<version>2.5.5</version>
<version>from 2.2 to 2.5.5</version>
<maven>2.2.1</maven>
<jdk>1.5</jdk>
<jdk>5</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
Expand Down

0 comments on commit aeed884

Please sign in to comment.