Skip to content

Commit

Permalink
make sure the model version and the jar version are in line
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Apr 26, 2024
1 parent 3bc0527 commit 4a6c52c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/main/vo-dml/proposalManagement.vo-dml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<uri/>
<title></title>
<author>Paul Harrison</author>
<version>0.3</version>
<lastModified>2023-12-19T15:37:41Z</lastModified>
<version>0.4</version>
<lastModified>2024-04-26T17:38:33Z</lastModified>
<import>
<name>null</name><!--should not be needed in modern vo-dml -->
<url>IVOA-v1.0.vo-dml.xml</url>
Expand Down
6 changes: 3 additions & 3 deletions src/main/vo-dml/proposaldm.vo-dml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
xsi:schemaLocation="http://www.ivoa.net/xml/VODML/v1 https://www.ivoa.net/xml/VODML/vo-dml-v1.xsd"
vodmlVersion="1.1"> <!-- file generated from VODSL - needs validatate against v1.1 of schema -->
<name>proposal</name>
<description>A model to represent an application for observing time. The model is intended to express all
<description>A model to represent an application for observing time. The model is intended to express all
of the concepts required to specify the scientific parameters of the application in sufficient detail to allow the
proposal to be reviewed and allocated time. It does not cover all the technical detail of instrument setup that would be needed to actually schedule the
observations, although the intention is that information about targets etc. could be automatically transferred to an observing system.</description>
<uri/>
<title></title>
<author>Paul Harrison</author>
<version>0.3</version>
<lastModified>2024-03-26T09:49:59Z</lastModified>
<version>0.4</version>
<lastModified>2024-04-26T17:38:33Z</lastModified>
<import>
<name>null</name><!--should not be needed in modern vo-dml -->
<url>IVOA-v1.0.vo-dml.xml</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/vodsl/proposalManagement.vodsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* created on 20 Oct 2021 // The review side of the proposal.
*/

model proposalManagement (0.3) "The data model for managing the proposal review process. Intended to work for phase 1"
model proposalManagement (0.4) "The data model for managing the proposal review process. Intended to work for phase 1"
author "Paul Harrison"

include "../../../build/tmp/IVOA-v1.0.vodsl" // note that this is auto generated from dependencies during build
Expand Down
2 changes: 1 addition & 1 deletion src/main/vodsl/proposaldm.vodsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* created on 09-Jul-2021
*/

model proposal (0.3) "A model to represent an application for observing time. The model is intended to express all
model proposal (0.4) "A model to represent an application for observing time. The model is intended to express all
of the concepts required to specify the scientific parameters of the application in sufficient detail to allow the
proposal to be reviewed and allocated time. It does not cover all the technical detail of instrument setup that would be needed to actually schedule the
observations, although the intention is that information about targets etc. could be automatically transferred to an observing system."
Expand Down

0 comments on commit 4a6c52c

Please sign in to comment.