Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Release version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Mar 5, 2016
1 parent 3dd6e90 commit 95c37c3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Maven Parents
:version: 2.3.0
:version: 2.3.1
:mvn-search-uri: https://search.maven.org/#search|gav|1|
:mvn-badge-base-uri: https://maven-badges.herokuapp.com/maven-central/cz.cvut.fit.maven
:veye-badge-base-uri: https://www.versioneye.com/user/projects
Expand Down
2 changes: 1 addition & 1 deletion codequality-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>cz.cvut.fit.maven</groupId>
<artifactId>maven-support</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion groovy-lombok-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>cz.cvut.fit.maven</groupId>
<artifactId>groovy-parent</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<relativePath>../groovy-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion groovy-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>cz.cvut.fit.maven</groupId>
<artifactId>root-parent</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<relativePath>../root-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>cz.cvut.fit.maven</groupId>
<artifactId>maven-support</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>pom</packaging>

<name>Maven Support</name>
Expand Down
4 changes: 2 additions & 2 deletions root-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>cz.cvut.fit.maven</groupId>
<artifactId>root-parent</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>pom</packaging>

<name>Root Parent</name>
Expand Down Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>cz.cvut.fit.maven</groupId>
<artifactId>codequality-resources</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 95c37c3

Please sign in to comment.