Skip to content

Commit

Permalink
Updating compatibleSinceVersion to 1.2-beta-4
Browse files Browse the repository at this point in the history
Since we're going to be doing another beta before releasing 1.2, we
should mark the compatibility correctly.
  • Loading branch information
abayer committed Aug 17, 2017
1 parent 9564314 commit 10f7c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline-model-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<compatibleSinceVersion>1.2</compatibleSinceVersion>
<compatibleSinceVersion>1.2-beta-4</compatibleSinceVersion>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pipeline-model-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<compatibleSinceVersion>1.2</compatibleSinceVersion>
<compatibleSinceVersion>1.2-beta-4</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 10f7c8e

Please sign in to comment.