Skip to content

Commit

Permalink
update version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Aug 2, 2018
1 parent 18cdea6 commit 285d8a8
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
16 changes: 8 additions & 8 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-bom</artifactId>
Expand Down Expand Up @@ -462,43 +462,43 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-views</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-datadog</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-swagger</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-testsupport</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-client</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-core</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions datadog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-datadog</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<url>https://sonatype.github.io/dropwizard-support</url>

Expand Down
4 changes: 2 additions & 2 deletions security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-security</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-swagger</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-testsupport</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions views/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>dropwizard-support-views</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.sonatype.goodies.dropwizard</groupId>
<artifactId>dropwizard-support-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 285d8a8

Please sign in to comment.