Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ChromeDevTools-parent-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Jun 11, 2018
1 parent 5baa806 commit 5702e8f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChromeDevToolsBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>ChromeDevToolsBase</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ChromeDevToolsClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>ChromeDevToolsClient</artifactId>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.hubspot.chrome</groupId>
<artifactId>CodeGeneration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
</dependencies>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion CodeGeneration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevToolsBase</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.hubspot.chrome</groupId>
<artifactId>CodeGeneration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.hubspot</groupId>
Expand Down Expand Up @@ -93,4 +93,8 @@
</pluginManagement>
</build>


<scm>
<tag>ChromeDevTools-parent-1.0</tag>
</scm>
</project>

0 comments on commit 5702e8f

Please sign in to comment.