Skip to content

Commit cc97444

Browse files
committed
chore: add TODO for reading software version from Gradle in ProvenanceManager
1 parent b90d3c8 commit cc97444

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/edu/kit/datamanager/ro_crate/writer/ProvenanceManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ private ContextualEntity buildRoCrateJavaEntity(Crate crate, String newActionId,
4545
.addType("SoftwareApplication")
4646
.addProperty("name", "ro-crate-java")
4747
.addProperty("url", "https://github.com/kit-data-manager/ro-crate-java")
48+
// TODO read software version and version from gradle (write into resources properties file when building and read it from there)
4849
.addProperty("version", "1.0.0")
4950
.addProperty("softwareVersion", "1.0.0")
5051
.addProperty("license", "Apache-2.0")

0 commit comments

Comments
 (0)