Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rovarga committed Jan 19, 2019
1 parent f38272d commit 68f3477
Show file tree
Hide file tree
Showing 33 changed files with 93 additions and 152 deletions.
8 changes: 3 additions & 5 deletions lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>dependency-versions</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -178,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.2</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-app-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
36 changes: 17 additions & 19 deletions lighty-core/lighty-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-bom</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<packaging>pom</packaging>

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

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

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

<!-- Utility resources -->
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>controller-application-assembly</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>singlenode-configuration</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</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.2-SNAPSHOT</version>
<version>9.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>lighty-toaster</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>log4j-properties</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -145,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.2</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-codecs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-controller-guice-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-controller-spring-di/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-parent</relativePath>
</parent>

Expand Down
12 changes: 5 additions & 7 deletions lighty-core/lighty-minimal-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-minimal-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -31,14 +29,14 @@
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>dependency-versions</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-bom</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -105,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.2</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 2 additions & 4 deletions lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-minimal-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../lighty-minimal-parent</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions lighty-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<properties>
Expand Down
7 changes: 3 additions & 4 deletions lighty-examples/lighty-community-aaa-restconf-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</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.2-SNAPSHOT</version>
<version>9.1.2</version>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions lighty-examples/lighty-community-restconf-netconf-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at https://www.eclipse.org/legal/epl-v10.html
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.lighty.core</groupId>
<artifactId>lighty-app-parent</artifactId>
<version>9.1.2-SNAPSHOT</version>
<version>9.1.2</version>
<relativePath>../../lighty-core/lighty-app-parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 68f3477

Please sign in to comment.