|
10 | 10 | <modelVersion>4.0.0</modelVersion>
|
11 | 11 | <groupId>io.lighty.core</groupId>
|
12 | 12 | <artifactId>lighty-bom</artifactId>
|
13 |
| - <version>13.0.0-SNAPSHOT</version> |
| 13 | + <version>13.0.0</version> |
14 | 14 | <packaging>pom</packaging>
|
15 | 15 |
|
16 | 16 | <name>${project.groupId}:${project.artifactId}</name>
|
|
26 | 26 | <dependency>
|
27 | 27 | <groupId>io.lighty.core</groupId>
|
28 | 28 | <artifactId>lighty-codecs</artifactId>
|
29 |
| - <version>13.0.0-SNAPSHOT</version> |
| 29 | + <version>13.0.0</version> |
30 | 30 | </dependency>
|
31 | 31 | <dependency>
|
32 | 32 | <groupId>io.lighty.core</groupId>
|
33 | 33 | <artifactId>lighty-common</artifactId>
|
34 |
| - <version>13.0.0-SNAPSHOT</version> |
| 34 | + <version>13.0.0</version> |
35 | 35 | </dependency>
|
36 | 36 | <dependency>
|
37 | 37 | <groupId>io.lighty.core</groupId>
|
38 | 38 | <artifactId>lighty-controller</artifactId>
|
39 |
| - <version>13.0.0-SNAPSHOT</version> |
| 39 | + <version>13.0.0</version> |
40 | 40 | </dependency>
|
41 | 41 |
|
42 | 42 | <!-- DI framework integrations -->
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>io.lighty.core</groupId>
|
45 | 45 | <artifactId>lighty-controller-guice-di</artifactId>
|
46 |
| - <version>13.0.0-SNAPSHOT</version> |
| 46 | + <version>13.0.0</version> |
47 | 47 | </dependency>
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>io.lighty.core</groupId>
|
50 | 50 | <artifactId>lighty-controller-spring-di</artifactId>
|
51 |
| - <version>13.0.0-SNAPSHOT</version> |
| 51 | + <version>13.0.0</version> |
52 | 52 | </dependency>
|
53 | 53 |
|
54 | 54 | <!-- Modules -->
|
55 | 55 | <dependency>
|
56 | 56 | <groupId>io.lighty.modules</groupId>
|
57 | 57 | <artifactId>lighty-aaa</artifactId>
|
58 |
| - <version>13.0.0-SNAPSHOT</version> |
| 58 | + <version>13.0.0</version> |
59 | 59 | </dependency>
|
60 | 60 | <dependency>
|
61 | 61 | <groupId>io.lighty.modules</groupId>
|
62 | 62 | <artifactId>lighty-jetty-server</artifactId>
|
63 |
| - <version>13.0.0-SNAPSHOT</version> |
| 63 | + <version>13.0.0</version> |
64 | 64 | </dependency>
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>io.lighty.modules</groupId>
|
67 | 67 | <artifactId>lighty-netconf-sb</artifactId>
|
68 |
| - <version>13.0.0-SNAPSHOT</version> |
| 68 | + <version>13.0.0</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>io.lighty.modules</groupId>
|
72 | 72 | <artifactId>lighty-restconf-nb-community</artifactId>
|
73 |
| - <version>13.0.0-SNAPSHOT</version> |
| 73 | + <version>13.0.0</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>io.lighty.modules</groupId>
|
77 | 77 | <artifactId>lighty-swagger</artifactId>
|
78 |
| - <version>13.0.0-SNAPSHOT</version> |
| 78 | + <version>13.0.0</version> |
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>io.lighty.modules</groupId>
|
82 | 82 | <artifactId>lighty-openflow-sb</artifactId>
|
83 |
| - <version>13.0.0-SNAPSHOT</version> |
| 83 | + <version>13.0.0</version> |
84 | 84 | </dependency>
|
85 | 85 |
|
86 | 86 | <!-- Utility resources -->
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>io.lighty.resources</groupId>
|
89 | 89 | <artifactId>controller-application-assembly</artifactId>
|
90 |
| - <version>13.0.0-SNAPSHOT</version> |
| 90 | + <version>13.0.0</version> |
91 | 91 | <scope>provided</scope>
|
92 | 92 | </dependency>
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>io.lighty.resources</groupId>
|
95 | 95 | <artifactId>singlenode-configuration</artifactId>
|
96 |
| - <version>13.0.0-SNAPSHOT</version> |
| 96 | + <version>13.0.0</version> |
97 | 97 | </dependency>
|
98 | 98 |
|
99 | 99 | <!-- Dependencies and resources which should not normally leak into production -->
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>io.lighty.models.test</groupId>
|
102 | 102 | <artifactId>lighty-test-models</artifactId>
|
103 |
| - <version>13.0.0-SNAPSHOT</version> |
| 103 | + <version>13.0.0</version> |
104 | 104 | <scope>test</scope>
|
105 | 105 | </dependency>
|
106 | 106 | <dependency>
|
107 | 107 | <groupId>io.lighty.models.test</groupId>
|
108 | 108 | <artifactId>lighty-toaster</artifactId>
|
109 |
| - <version>13.0.0-SNAPSHOT</version> |
| 109 | + <version>13.0.0</version> |
110 | 110 | <scope>test</scope>
|
111 | 111 | </dependency>
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>io.lighty.resources</groupId>
|
114 | 114 | <artifactId>log4j-properties</artifactId>
|
115 |
| - <version>13.0.0-SNAPSHOT</version> |
| 115 | + <version>13.0.0</version> |
116 | 116 | <scope>test</scope>
|
117 | 117 | </dependency>
|
118 | 118 | </dependencies>
|
|
153 | 153 | <connection>scm:git:https://github.com/PANTHEONtech/lighty-core.git</connection>
|
154 | 154 | <developerConnection>scm:git:https://github.com/PANTHEONtech/lighty-core.git</developerConnection>
|
155 | 155 | <url>https://github.com/PANTHEONtech/lighty-core</url>
|
156 |
| - <tag>HEAD</tag> |
| 156 | + <tag>13.0.0</tag> |
157 | 157 | </scm>
|
158 | 158 | <developers>
|
159 | 159 | <developer>
|
|
0 commit comments