Skip to content

Commit

Permalink
Merge pull request #2 from WindhoverLabs/1_yamcs-5.8.7
Browse files Browse the repository at this point in the history
1 yamcs 5.8.7
  • Loading branch information
lorenzo-gomez-windhover authored Feb 28, 2024
2 parents d7e3926 + ceba5da commit ea3691a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build:
mvn clean install
format:
mvn com.coveo:fmt-maven-plugin:format
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.windhoverlabs</groupId>
<artifactId>yamcs-cfs-ds</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<packaging>jar</packaging>
<name>YAMCS plugin for the Core Flight System (CFS) Data Storage (DS) application.</name>

<properties>
<yamcsVersion>5.6.2</yamcsVersion>
<yamcsVersion>5.8.7</yamcsVersion>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down

0 comments on commit ea3691a

Please sign in to comment.