File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed
Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add the following to your project's POM to pull in the library:
1616<dependency >
1717 <groupId >edu.wisc.library.ocfl</groupId >
1818 <artifactId >ocfl-java-core</artifactId >
19- <version >1.4.4 </version >
19+ <version >1.4.6 </version >
2020</dependency >
2121```
2222
2727<dependency >
2828 <groupId >edu.wisc.library.ocfl</groupId >
2929 <artifactId >ocfl-java-aws</artifactId >
30- <version >1.4.4 </version >
30+ <version >1.4.6 </version >
3131</dependency >
3232```
3333
Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >edu.wisc.library.ocfl</groupId >
3333 <artifactId >ocfl-java-parent</artifactId >
34- <version >1.4.6-SNAPSHOT </version >
34+ <version >1.4.6</version >
3535 <relativePath >../pom.xml</relativePath >
3636 </parent >
3737
3838 <artifactId >ocfl-java-api</artifactId >
39- <version >1.4.6-SNAPSHOT </version >
39+ <version >1.4.6</version >
4040
4141 <name >OCFL Java API</name >
4242 <description >Java API for interacting with objects stored in OCFL.</description >
Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >edu.wisc.library.ocfl</groupId >
3333 <artifactId >ocfl-java-parent</artifactId >
34- <version >1.4.6-SNAPSHOT </version >
34+ <version >1.4.6</version >
3535 <relativePath >../pom.xml</relativePath >
3636 </parent >
3737
3838 <artifactId >ocfl-java-aws</artifactId >
39- <version >1.4.6-SNAPSHOT </version >
39+ <version >1.4.6</version >
4040
4141 <name >OCFL Java AWS</name >
4242 <description >Java OCFL implementation that writes to S3.</description >
8181 <dependency >
8282 <groupId >edu.wisc.library.ocfl</groupId >
8383 <artifactId >ocfl-java-core</artifactId >
84- <version >1.4.6-SNAPSHOT </version >
84+ <version >1.4.6</version >
8585 </dependency >
8686
8787 <!-- AWS -->
112112 <dependency >
113113 <groupId >edu.wisc.library.ocfl</groupId >
114114 <artifactId >ocfl-java-test</artifactId >
115- <version >1.4.6-SNAPSHOT </version >
115+ <version >1.4.6</version >
116116 <scope >test</scope >
117117 </dependency >
118118 <dependency >
Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >edu.wisc.library.ocfl</groupId >
3333 <artifactId >ocfl-java-parent</artifactId >
34- <version >1.4.6-SNAPSHOT </version >
34+ <version >1.4.6</version >
3535 <relativePath >../pom.xml</relativePath >
3636 </parent >
3737
3838 <artifactId >ocfl-java-core</artifactId >
39- <version >1.4.6-SNAPSHOT </version >
39+ <version >1.4.6</version >
4040
4141 <name >OCFL Java Core</name >
4242 <description >Core Java OCFL implementation code.</description >
7474 <dependency >
7575 <groupId >edu.wisc.library.ocfl</groupId >
7676 <artifactId >ocfl-java-api</artifactId >
77- <version >1.4.6-SNAPSHOT </version >
77+ <version >1.4.6</version >
7878 </dependency >
7979
8080 <!-- JSON -->
127127 <dependency >
128128 <groupId >edu.wisc.library.ocfl</groupId >
129129 <artifactId >ocfl-java-test</artifactId >
130- <version >1.4.6-SNAPSHOT </version >
130+ <version >1.4.6</version >
131131 <scope >test</scope >
132132 </dependency >
133133 <dependency >
Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >edu.wisc.library.ocfl</groupId >
3333 <artifactId >ocfl-java-parent</artifactId >
34- <version >1.4.6-SNAPSHOT </version >
34+ <version >1.4.6</version >
3535 <relativePath >../pom.xml</relativePath >
3636 </parent >
3737
3838 <artifactId >ocfl-java-itest</artifactId >
39- <version >1.4.6-SNAPSHOT </version >
39+ <version >1.4.6</version >
4040
4141 <name >OCFL Java Integration Tests</name >
4242 <description >Integration tests for the OCFL Java library.</description >
8080 <dependency >
8181 <groupId >edu.wisc.library.ocfl</groupId >
8282 <artifactId >ocfl-java-core</artifactId >
83- <version >1.4.6-SNAPSHOT </version >
83+ <version >1.4.6</version >
8484 </dependency >
8585 <dependency >
8686 <groupId >edu.wisc.library.ocfl</groupId >
8787 <artifactId >ocfl-java-aws</artifactId >
88- <version >1.4.6-SNAPSHOT </version >
88+ <version >1.4.6</version >
8989 </dependency >
9090
9191 <!-- Test -->
9292 <dependency >
9393 <groupId >edu.wisc.library.ocfl</groupId >
9494 <artifactId >ocfl-java-test</artifactId >
95- <version >1.4.6-SNAPSHOT </version >
95+ <version >1.4.6</version >
9696 <scope >test</scope >
9797 </dependency >
9898 <dependency >
Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >edu.wisc.library.ocfl</groupId >
3333 <artifactId >ocfl-java-parent</artifactId >
34- <version >1.4.6-SNAPSHOT </version >
34+ <version >1.4.6</version >
3535 <relativePath >../pom.xml</relativePath >
3636 </parent >
3737
3838 <artifactId >ocfl-java-test</artifactId >
39- <version >1.4.6-SNAPSHOT </version >
39+ <version >1.4.6</version >
4040
4141 <name >OCFL Java Test Helpers</name >
4242 <description >Common utilities used for constructing tests</description >
7171 <dependency >
7272 <groupId >edu.wisc.library.ocfl</groupId >
7373 <artifactId >ocfl-java-api</artifactId >
74- <version >1.4.6-SNAPSHOT </version >
74+ <version >1.4.6</version >
7575 </dependency >
7676 <dependency >
7777 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 3131
3232 <groupId >edu.wisc.library.ocfl</groupId >
3333 <artifactId >ocfl-java-parent</artifactId >
34- <version >1.4.6-SNAPSHOT </version >
34+ <version >1.4.6</version >
3535 <packaging >pom</packaging >
3636
3737 <name >OCFL Java Parent POM</name >
You can’t perform that action at this time.
0 commit comments