|
10 | 10 | <modelVersion>4.0.0</modelVersion>
|
11 | 11 | <groupId>io.lighty.core</groupId>
|
12 | 12 | <artifactId>lighty-bom</artifactId>
|
13 |
| - <version>12.2.3-SNAPSHOT</version> |
| 13 | + <version>12.3.0-SNAPSHOT</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>12.2.3-SNAPSHOT</version> |
| 29 | + <version>12.3.0-SNAPSHOT</version> |
30 | 30 | </dependency>
|
31 | 31 | <dependency>
|
32 | 32 | <groupId>io.lighty.core</groupId>
|
33 | 33 | <artifactId>lighty-common</artifactId>
|
34 |
| - <version>12.2.3-SNAPSHOT</version> |
| 34 | + <version>12.3.0-SNAPSHOT</version> |
35 | 35 | </dependency>
|
36 | 36 | <dependency>
|
37 | 37 | <groupId>io.lighty.core</groupId>
|
38 | 38 | <artifactId>lighty-controller</artifactId>
|
39 |
| - <version>12.2.3-SNAPSHOT</version> |
| 39 | + <version>12.3.0-SNAPSHOT</version> |
40 | 40 | </dependency>
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>io.lighty.core</groupId>
|
43 | 43 | <artifactId>lighty-clustering</artifactId>
|
44 |
| - <version>12.2.3-SNAPSHOT</version> |
| 44 | + <version>12.3.0-SNAPSHOT</version> |
45 | 45 | </dependency>
|
46 | 46 |
|
47 | 47 | <!-- DI framework integrations -->
|
48 | 48 | <dependency>
|
49 | 49 | <groupId>io.lighty.core</groupId>
|
50 | 50 | <artifactId>lighty-controller-guice-di</artifactId>
|
51 |
| - <version>12.2.3-SNAPSHOT</version> |
| 51 | + <version>12.3.0-SNAPSHOT</version> |
52 | 52 | </dependency>
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>io.lighty.core</groupId>
|
55 | 55 | <artifactId>lighty-controller-spring-di</artifactId>
|
56 |
| - <version>12.2.3-SNAPSHOT</version> |
| 56 | + <version>12.3.0-SNAPSHOT</version> |
57 | 57 | </dependency>
|
58 | 58 |
|
59 | 59 | <!-- Modules -->
|
60 | 60 | <dependency>
|
61 | 61 | <groupId>io.lighty.modules</groupId>
|
62 | 62 | <artifactId>lighty-aaa</artifactId>
|
63 |
| - <version>12.2.3-SNAPSHOT</version> |
| 63 | + <version>12.3.0-SNAPSHOT</version> |
64 | 64 | </dependency>
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>io.lighty.modules</groupId>
|
67 | 67 | <artifactId>lighty-jetty-server</artifactId>
|
68 |
| - <version>12.2.3-SNAPSHOT</version> |
| 68 | + <version>12.3.0-SNAPSHOT</version> |
69 | 69 | </dependency>
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>io.lighty.modules</groupId>
|
72 | 72 | <artifactId>lighty-netconf-sb</artifactId>
|
73 |
| - <version>12.2.3-SNAPSHOT</version> |
| 73 | + <version>12.3.0-SNAPSHOT</version> |
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>io.lighty.modules</groupId>
|
77 | 77 | <artifactId>lighty-restconf-nb-community</artifactId>
|
78 |
| - <version>12.2.3-SNAPSHOT</version> |
| 78 | + <version>12.3.0-SNAPSHOT</version> |
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>io.lighty.modules</groupId>
|
82 | 82 | <artifactId>lighty-swagger</artifactId>
|
83 |
| - <version>12.2.3-SNAPSHOT</version> |
| 83 | + <version>12.3.0-SNAPSHOT</version> |
84 | 84 | </dependency>
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>io.lighty.modules</groupId>
|
87 | 87 | <artifactId>lighty-openflow-sb</artifactId>
|
88 |
| - <version>12.2.3-SNAPSHOT</version> |
| 88 | + <version>12.3.0-SNAPSHOT</version> |
89 | 89 | </dependency>
|
90 | 90 |
|
91 | 91 | <!-- Utility resources -->
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>io.lighty.resources</groupId>
|
94 | 94 | <artifactId>controller-application-assembly</artifactId>
|
95 |
| - <version>12.2.3-SNAPSHOT</version> |
| 95 | + <version>12.3.0-SNAPSHOT</version> |
96 | 96 | <scope>provided</scope>
|
97 | 97 | </dependency>
|
98 | 98 | <dependency>
|
99 | 99 | <groupId>io.lighty.resources</groupId>
|
100 | 100 | <artifactId>singlenode-configuration</artifactId>
|
101 |
| - <version>12.2.3-SNAPSHOT</version> |
| 101 | + <version>12.3.0-SNAPSHOT</version> |
102 | 102 | </dependency>
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>io.lighty.resources</groupId>
|
105 | 105 | <artifactId>start-script</artifactId>
|
106 |
| - <version>12.2.3-SNAPSHOT</version> |
| 106 | + <version>12.3.0-SNAPSHOT</version> |
107 | 107 | </dependency>
|
108 | 108 |
|
109 | 109 | <!-- Dependencies and resources which should not normally leak into production -->
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>io.lighty.models.test</groupId>
|
112 | 112 | <artifactId>lighty-test-models</artifactId>
|
113 |
| - <version>12.2.3-SNAPSHOT</version> |
| 113 | + <version>12.3.0-SNAPSHOT</version> |
114 | 114 | <scope>test</scope>
|
115 | 115 | </dependency>
|
116 | 116 | <dependency>
|
117 | 117 | <groupId>io.lighty.models.test</groupId>
|
118 | 118 | <artifactId>lighty-toaster</artifactId>
|
119 |
| - <version>12.2.3-SNAPSHOT</version> |
| 119 | + <version>12.3.0-SNAPSHOT</version> |
120 | 120 | <scope>test</scope>
|
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>io.lighty.resources</groupId>
|
124 | 124 | <artifactId>log4j-properties</artifactId>
|
125 |
| - <version>12.2.3-SNAPSHOT</version> |
| 125 | + <version>12.3.0-SNAPSHOT</version> |
126 | 126 | <scope>test</scope>
|
127 | 127 | </dependency>
|
128 | 128 | </dependencies>
|
|
0 commit comments