Skip to content

Commit 24e15e1

Browse files
committed
v1.4.6
1 parent 119de39 commit 24e15e1

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

@@ -27,7 +27,7 @@ layer:
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

ocfl-java-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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>

ocfl-java-aws/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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>
@@ -81,7 +81,7 @@
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 -->
@@ -112,7 +112,7 @@
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>

ocfl-java-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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>
@@ -74,7 +74,7 @@
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 -->
@@ -127,7 +127,7 @@
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>

ocfl-java-itest/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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>
@@ -80,19 +80,19 @@
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>

ocfl-java-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
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>
@@ -71,7 +71,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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>

0 commit comments

Comments
 (0)