Skip to content

Commit

Permalink
Bump dc-commons version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Feb 3, 2022
1 parent 39682b6 commit ef0f439
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dc-commons-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons File</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons JDBI</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-prosemirror/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons ProseMirror (Parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Server</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springaop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Spring AOP</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Spring Boot (Spring Boot 2)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Spring Data</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Spring MVC</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springsecurity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Spring Security (Spring Security 5)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Validation</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons Web</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons XML</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
</parent>

<name>DigitalCollections: Commons YAML</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit ef0f439

Please sign in to comment.