Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Baragon-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed May 30, 2019
1 parent 8859d5f commit 81a3a2f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions BaragonAgentService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonAgentService</artifactId>
Expand Down Expand Up @@ -166,7 +166,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<!-- turn off Werror, because Antlr annotation processor logs a warning with JDK 7 -->
<compilerArguments combine.self="override"></compilerArguments>
<compilerArguments combine.self="override" />
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion BaragonClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonClient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion BaragonCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonCore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion BaragonData/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonData</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion BaragonService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonService</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion BaragonServiceIntegrationTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonServiceIntegrationTests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion BaragonUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

<artifactId>BaragonUI</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion BaragonWatcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>

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

<artifactId>Baragon</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -178,7 +178,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.13.0</version>
<configuration>
<images></images>
<images />
<!-- default to no images to allow building from parent, let submodules override -->
</configuration>
<executions>
Expand Down Expand Up @@ -215,7 +215,7 @@
<connection>scm:git:git@github.com:HubSpot/Baragon.git</connection>
<developerConnection>scm:git:ssh://git@github.com/HubSpot/Baragon.git</developerConnection>
<url>git@github.com:HubSpot/Baragon.git</url>
<tag>HEAD</tag>
<tag>Baragon-0.8.0</tag>
</scm>

</project>

0 comments on commit 81a3a2f

Please sign in to comment.