Skip to content

Commit

Permalink
#76 updated version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Oct 21, 2020
1 parent 78df14b commit 9fe8f2f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion commons-definitions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>commons-api-services</artifactId>
<groupId>eu.europeana.api.commons</groupId>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion commons-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>eu.europeana.api.commons</groupId>
<relativePath>../pom.xml</relativePath>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<artifactId>commons-api-services</artifactId>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-api-services</artifactId>
<version>0.2.11-SNAPSHOT</version>
<version>0.2.11</version>
<packaging>pom</packaging>
<name>API Commons modules</name>

Expand Down Expand Up @@ -58,7 +58,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.javac.release>9</version.javac.release>
<version.java>1.9</version.java>
<version.apiCommons>0.2.11-SNAPSHOT</version.apiCommons>
<version.apiCommons>0.2.11</version.apiCommons>
<version.org.junit.jupiter>5.6.2</version.org.junit.jupiter>
<version.springSecurity>4.2.12.RELEASE</version.springSecurity>
<version.spring>5.2.7.RELEASE</version.spring>
Expand Down

0 comments on commit 9fe8f2f

Please sign in to comment.