Skip to content

Commit

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

<artifactId>EmbedSingularityExample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityBase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityClient</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions SingularityExecutor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityExecutor</artifactId>
Expand Down Expand Up @@ -140,7 +140,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
4 changes: 2 additions & 2 deletions SingularityExecutorCleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityExecutorCleanup</artifactId>
Expand Down Expand Up @@ -95,7 +95,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 SingularityMesosClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityMesosClient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityRunnerBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityRunnerBase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityS3Base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityS3Base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityS3Downloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityS3Downloader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityS3Uploader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityS3Uploader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityService</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityServiceIntegrationTests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

<artifactId>SingularityServiceIntegrationTests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SingularityUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hubspot</groupId>
<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
</parent>

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

<artifactId>Singularity</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>
<packaging>pom</packaging>

<developers>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:[email protected]:HubSpot/Singularity.git</connection>
<developerConnection>scm:git:ssh://[email protected]/HubSpot/Singularity.git</developerConnection>
<url>[email protected]:HubSpot/Singularity.git</url>
<tag>HEAD</tag>
<tag>Singularity-0.20.0</tag>
</scm>

<modules>
Expand Down Expand Up @@ -395,7 +395,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.13.2</version>
<configuration>
<images></images>
<images />
<!-- default to no images to allow building from parent, let submodules override -->
</configuration>
<executions>
Expand Down Expand Up @@ -446,7 +446,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 2417957

Please sign in to comment.