Skip to content

Commit

Permalink
Swap roles of master and legacy-support.
Browse files Browse the repository at this point in the history
A while ago legacy-support became de-facto master branch. Moreover, due to experimental nature of changes in master, they would fit better in experimental. Additionally, a lot of changes in legacy-support was intended to increase stability of framework without any breaking changes or something.

That's why I decided to change branching approach to more classic, with master and experimental branches, and make logical breakpoint in versioning, continuing legacy-support releases from 1.7-pre moment for versioning consistency.
  • Loading branch information
PukPukov committed May 24, 2024
1 parent 71534ac commit a7a960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Artifex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<artifactId>Artifex</artifactId>
<version>1.7-dev.4+legacy_support.13</version>
<version>1.7-pre</version>

<name>Artifex</name>

Expand Down

0 comments on commit a7a960b

Please sign in to comment.