Skip to content

Commit

Permalink
update version: 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jan 5, 2019
1 parent 52f2ad1 commit f13cc74
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>ossindex-maven-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>ossindex-maven-enforcer-rules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>ossindex-maven-plugin</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>

<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>

<url>https://sonatype.github.io/ossindex-maven/</url>

Expand Down Expand Up @@ -220,19 +220,19 @@
<dependency>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-common</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>

<dependency>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-enforcer-rules</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>

<dependency>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
</parent>

<artifactId>ossindex-maven-testsuite</artifactId>
Expand Down

0 comments on commit f13cc74

Please sign in to comment.