Skip to content

Commit

Permalink
Bump version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Dec 6, 2017
1 parent 62eea22 commit d92c3d2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dc-commons-feign/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>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<name>DigitalCollections: Commons REST Feign</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<name>DigitalCollections: Commons JDBI</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<name>DigitalCollections: Commons Spring Boot (for Spring Boot 1.5)</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<name>DigitalCollections: Commons Spring MVC</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<name>DigitalCollections: Commons Validation</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</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>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit d92c3d2

Please sign in to comment.