|
6 | 6 | terms of the Eclipse Public License v1.0 which accompanies this distribution,
|
7 | 7 | and is available at https://www.eclipse.org/legal/epl-v10.html
|
8 | 8 | -->
|
9 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" |
10 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
11 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 9 | +<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"> |
12 | 10 | <modelVersion>4.0.0</modelVersion>
|
13 | 11 | <groupId>io.lighty.core</groupId>
|
14 | 12 | <artifactId>lighty-bom</artifactId>
|
15 |
| - <version>9.1.2-SNAPSHOT</version> |
| 13 | + <version>9.1.2</version> |
16 | 14 | <packaging>pom</packaging>
|
17 | 15 |
|
18 | 16 | <name>${project.groupId}:${project.artifactId}</name>
|
|
28 | 26 | <dependency>
|
29 | 27 | <groupId>io.lighty.core</groupId>
|
30 | 28 | <artifactId>lighty-codecs</artifactId>
|
31 |
| - <version>9.1.2-SNAPSHOT</version> |
| 29 | + <version>9.1.2</version> |
32 | 30 | </dependency>
|
33 | 31 | <dependency>
|
34 | 32 | <groupId>io.lighty.core</groupId>
|
35 | 33 | <artifactId>lighty-common</artifactId>
|
36 |
| - <version>9.1.2-SNAPSHOT</version> |
| 34 | + <version>9.1.2</version> |
37 | 35 | </dependency>
|
38 | 36 | <dependency>
|
39 | 37 | <groupId>io.lighty.core</groupId>
|
40 | 38 | <artifactId>lighty-controller</artifactId>
|
41 |
| - <version>9.1.2-SNAPSHOT</version> |
| 39 | + <version>9.1.2</version> |
42 | 40 | </dependency>
|
43 | 41 |
|
44 | 42 | <!-- DI framework integrations -->
|
45 | 43 | <dependency>
|
46 | 44 | <groupId>io.lighty.core</groupId>
|
47 | 45 | <artifactId>lighty-controller-guice-di</artifactId>
|
48 |
| - <version>9.1.2-SNAPSHOT</version> |
| 46 | + <version>9.1.2</version> |
49 | 47 | </dependency>
|
50 | 48 | <dependency>
|
51 | 49 | <groupId>io.lighty.core</groupId>
|
52 | 50 | <artifactId>lighty-controller-spring-di</artifactId>
|
53 |
| - <version>9.1.2-SNAPSHOT</version> |
| 51 | + <version>9.1.2</version> |
54 | 52 | </dependency>
|
55 | 53 |
|
56 | 54 | <!-- Modules -->
|
57 | 55 | <dependency>
|
58 | 56 | <groupId>io.lighty.modules</groupId>
|
59 | 57 | <artifactId>lighty-aaa</artifactId>
|
60 |
| - <version>9.1.2-SNAPSHOT</version> |
| 58 | + <version>9.1.2</version> |
61 | 59 | </dependency>
|
62 | 60 | <dependency>
|
63 | 61 | <groupId>io.lighty.modules</groupId>
|
64 | 62 | <artifactId>lighty-jetty-server</artifactId>
|
65 |
| - <version>9.1.2-SNAPSHOT</version> |
| 63 | + <version>9.1.2</version> |
66 | 64 | </dependency>
|
67 | 65 | <dependency>
|
68 | 66 | <groupId>io.lighty.modules</groupId>
|
69 | 67 | <artifactId>lighty-netconf-sb</artifactId>
|
70 |
| - <version>9.1.2-SNAPSHOT</version> |
| 68 | + <version>9.1.2</version> |
71 | 69 | </dependency>
|
72 | 70 | <dependency>
|
73 | 71 | <groupId>io.lighty.modules</groupId>
|
74 | 72 | <artifactId>lighty-restconf-nb-community</artifactId>
|
75 |
| - <version>9.1.2-SNAPSHOT</version> |
| 73 | + <version>9.1.2</version> |
76 | 74 | </dependency>
|
77 | 75 |
|
78 | 76 | <!-- Utility resources -->
|
79 | 77 | <dependency>
|
80 | 78 | <groupId>io.lighty.resources</groupId>
|
81 | 79 | <artifactId>controller-application-assembly</artifactId>
|
82 |
| - <version>9.1.2-SNAPSHOT</version> |
| 80 | + <version>9.1.2</version> |
83 | 81 | <scope>provided</scope>
|
84 | 82 | </dependency>
|
85 | 83 | <dependency>
|
86 | 84 | <groupId>io.lighty.resources</groupId>
|
87 | 85 | <artifactId>singlenode-configuration</artifactId>
|
88 |
| - <version>9.1.2-SNAPSHOT</version> |
| 86 | + <version>9.1.2</version> |
89 | 87 | </dependency>
|
90 | 88 |
|
91 | 89 | <!-- Dependencies and resources which should not normally leak into production -->
|
92 | 90 | <dependency>
|
93 | 91 | <groupId>io.lighty.models.test</groupId>
|
94 | 92 | <artifactId>lighty-test-models</artifactId>
|
95 |
| - <version>9.1.2-SNAPSHOT</version> |
| 93 | + <version>9.1.2</version> |
96 | 94 | <scope>test</scope>
|
97 | 95 | </dependency>
|
98 | 96 | <dependency>
|
99 | 97 | <groupId>io.lighty.models.test</groupId>
|
100 | 98 | <artifactId>lighty-toaster</artifactId>
|
101 |
| - <version>9.1.2-SNAPSHOT</version> |
| 99 | + <version>9.1.2</version> |
102 | 100 | <scope>test</scope>
|
103 | 101 | </dependency>
|
104 | 102 | <dependency>
|
105 | 103 | <groupId>io.lighty.resources</groupId>
|
106 | 104 | <artifactId>log4j-properties</artifactId>
|
107 |
| - <version>9.1.2-SNAPSHOT</version> |
| 105 | + <version>9.1.2</version> |
108 | 106 | <scope>test</scope>
|
109 | 107 | </dependency>
|
110 | 108 | </dependencies>
|
|
145 | 143 | <connection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</connection>
|
146 | 144 | <developerConnection>scm:git:https://github.com/PantheonTechnologies/lighty-core.git</developerConnection>
|
147 | 145 | <url>https://github.com/PantheonTechnologies/lighty-core</url>
|
148 |
| - <tag>HEAD</tag> |
| 146 | + <tag>9.1.2</tag> |
149 | 147 | </scm>
|
150 | 148 | <developers>
|
151 | 149 | <developer>
|
|
0 commit comments