Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasHofman committed Aug 1, 2019
1 parent e27e4ca commit 0c64630
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.set.dependency-alignment</groupId>
<artifactId>maven-dependency-updater-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-dependency-updater-parent</artifactId>
<groupId>org.jboss.set.dependency-alignment</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dependency-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-dependency-updater-parent</artifactId>
<groupId>org.jboss.set.dependency-alignment</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-dependency-updater-parent</artifactId>
<groupId>org.jboss.set.dependency-alignment</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>org.jboss.set.dependency-alignment</groupId>
<artifactId>maven-dependency-updater-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion version-resolution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.set.dependency-alignment</groupId>
<artifactId>maven-dependency-updater-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<artifactId>version-resolution</artifactId>
Expand Down

0 comments on commit 0c64630

Please sign in to comment.