Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FE
ClassicMayan
METS MODS Mapping
Commits
d0693789
Commit
d0693789
authored
Dec 02, 2021
by
mbrodhu
Browse files
Merge branch 'release/1.1.21'
parents
32280020
4723e208
Changes
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
d0693789
...
...
@@ -5,7 +5,7 @@
<groupId>
org.classicmayan.tools
</groupId>
<artifactId>
metsModsMapping
</artifactId>
<packaging>
jar
</packaging>
<version>
1.1.2
0
</version>
<version>
1.1.2
1
</version>
<name>
metsModsMapping
</name>
<url>
http://maven.apache.org
</url>
...
...
src/main/java/org/classicmayan/tools/ImageMetsMods.java
View file @
d0693789
...
...
@@ -167,7 +167,7 @@ public class ImageMetsMods {
public
MetsStructLink
buildStructLink
(){
MetsStructLink
structLink
=
new
MetsStructLink
();
structLink
.
addMetsSmLink
(
new
MetsSmLink
(
"
phys_file
_"
+
getID
(),
"
log
_"
+
getID
()));
structLink
.
addMetsSmLink
(
new
MetsSmLink
(
"
log
_"
+
getID
(),
"
phys_file
_"
+
getID
()));
return
structLink
;
}
...
...
src/test/java/org/classicmayan/tools/testImageMets.java
View file @
d0693789
...
...
@@ -72,7 +72,7 @@ public class testImageMets{
@Test
public
void
testPrintMetsXML
()
throws
JSONException
,
IOException
,
ParseException
{
ImageMetsMods
imm
=
new
ImageMetsMods
(
new
ConedaKorID
(
"1
74
81"
));
ImageMetsMods
imm
=
new
ImageMetsMods
(
new
ConedaKorID
(
"1
13
81"
));
System
.
out
.
println
(
imm
.
getXML
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment