Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rovarga committed Apr 1, 2020
1 parent ebcc044 commit fad85ae
Show file tree
Hide file tree
Showing 33 changed files with 59 additions and 55 deletions.
4 changes: 2 additions & 2 deletions lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>dependency-versions</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -176,7 +176,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
<url>https://github.com/PantheonTechnologies/lighty-core</url>
<tag>HEAD</tag>
<tag>9.1.3</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-app-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
32 changes: 16 additions & 16 deletions lighty-core/lighty-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-bom</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -26,83 +26,83 @@
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-codecs</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-common</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>

<!-- DI framework integrations -->
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller-guice-di</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller-spring-di</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>

<!-- Modules -->
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-aaa</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-jetty-server</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-netconf-sb</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-restconf-nb-community</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>

<!-- Utility resources -->
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>controller-application-assembly</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>singlenode-configuration</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
</dependency>

<!-- Dependencies and resources which should not normally leak into production -->
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-test-models</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-toaster</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>log4j-properties</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -143,7 +143,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
<url>https://github.com/PantheonTechnologies/lighty-core</url>
<tag>HEAD</tag>
<tag>9.1.3</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-codecs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-controller-guice-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-controller-spring-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions lighty-core/lighty-minimal-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-minimal-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -29,14 +29,14 @@
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>dependency-versions</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-bom</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -103,7 +103,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
<url>https://github.com/PantheonTechnologies/lighty-core</url>
<tag>HEAD</tag>
<tag>9.1.3</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-minimal-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../lighty-minimal-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.core</groupId>
<artifactId>lighty-core-aggregator</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions lighty-examples/lighty-community-aaa-restconf-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
</parent>

<groupId>io.lighty.kit.examples.controllers</groupId>
<artifactId>lighty-community-aaa-restconf-app</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
</parent>

Expand Down
8 changes: 6 additions & 2 deletions lighty-examples/lighty-controller-springboot-netconf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>io.lighty.core</groupId>
<artifactId>lighty-controller-springboot</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>jar</packaging>
<description>Demo lighty.io project for SpringBoot</description>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-bom</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,4 +86,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>9.1.3</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion lighty-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.kit.examples</groupId>
<artifactId>example-applications-aggregator</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion lighty-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.models</groupId>
<artifactId>lighty-models-aggregator</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion lighty-models/test/lighty-example-data-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../../lighty-core/lighty-binding-parent/</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-models/test/lighty-test-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../../lighty-core/lighty-binding-parent/</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-models/test/lighty-toaster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-binding-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../../lighty-core/lighty-binding-parent/</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-models/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-models-test-aggregator</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/integration-tests-aaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../lighty-core/lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../lighty-core/lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/lighty-aaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../lighty-core/lighty-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lighty-modules/lighty-jetty-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.3-SNAPSHOT</version>
<version>9.1.3</version>
<relativePath>../../lighty-core/lighty-parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit fad85ae

Please sign in to comment.