|
20 | 20 | <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/maven-v4_0_0.xsd"> |
21 | 21 | <modelVersion>4.0.0</modelVersion> |
22 | 22 | <artifactId>cxf-distribution-javadoc</artifactId> |
23 | | - <version>4.0.9</version> |
| 23 | + <version>4.0.9-SNAPSHOT</version> |
24 | 24 | <packaging>jar</packaging> |
25 | 25 | <name>Apache CXF JavaDoc</name> |
26 | 26 | <description>Apache CXF JavaDoc</description> |
27 | 27 | <url>https://cxf.apache.org</url> |
28 | 28 | <parent> |
29 | 29 | <groupId>org.apache.cxf</groupId> |
30 | 30 | <artifactId>cxf-parent</artifactId> |
31 | | - <version>4.0.9</version> |
| 31 | + <version>4.0.9-SNAPSHOT</version> |
32 | 32 | <relativePath>../../parent</relativePath> |
33 | 33 | </parent> |
34 | 34 | <properties> |
|
39 | 39 | <dependency> |
40 | 40 | <groupId>org.apache.cxf</groupId> |
41 | 41 | <artifactId>cxf-bom</artifactId> |
42 | | - <version>4.0.9</version> |
| 42 | + <version>4.0.9-SNAPSHOT</version> |
43 | 43 | <type>pom</type> |
44 | 44 | <scope>import</scope> |
45 | 45 | </dependency> |
|
49 | 49 | <dependency> |
50 | 50 | <groupId>org.apache.cxf</groupId> |
51 | 51 | <artifactId>cxf-core</artifactId> |
52 | | - <version>4.0.9</version> |
| 52 | + <version>4.0.9-SNAPSHOT</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>org.apache.cxf</groupId> |
56 | 56 | <artifactId>cxf-rt-rs-client</artifactId> |
57 | | - <version>4.0.9</version> |
| 57 | + <version>4.0.9-SNAPSHOT</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>org.apache.cxf</groupId> |
61 | 61 | <artifactId>cxf-rt-security</artifactId> |
62 | | - <version>4.0.9</version> |
| 62 | + <version>4.0.9-SNAPSHOT</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.apache.cxf</groupId> |
66 | 66 | <artifactId>cxf-rt-rs-security-http-signature</artifactId> |
67 | | - <version>4.0.9</version> |
| 67 | + <version>4.0.9-SNAPSHOT</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>org.apache.cxf</groupId> |
71 | 71 | <artifactId>cxf-rt-rs-security-jose</artifactId> |
72 | | - <version>4.0.9</version> |
| 72 | + <version>4.0.9-SNAPSHOT</version> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>org.apache.cxf</groupId> |
76 | 76 | <artifactId>cxf-rt-rs-security-jose-jaxrs</artifactId> |
77 | | - <version>4.0.9</version> |
| 77 | + <version>4.0.9-SNAPSHOT</version> |
78 | 78 | </dependency> |
79 | 79 | <dependency> |
80 | 80 | <groupId>org.apache.cxf</groupId> |
81 | 81 | <artifactId>cxf-rt-rs-security-oauth2</artifactId> |
82 | | - <version>4.0.9</version> |
| 82 | + <version>4.0.9-SNAPSHOT</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.apache.cxf</groupId> |
86 | 86 | <artifactId>cxf-rt-rs-security-oauth2-saml</artifactId> |
87 | | - <version>4.0.9</version> |
| 87 | + <version>4.0.9-SNAPSHOT</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>org.apache.cxf</groupId> |
91 | 91 | <artifactId>cxf-rt-security-saml</artifactId> |
92 | | - <version>4.0.9</version> |
| 92 | + <version>4.0.9-SNAPSHOT</version> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>org.apache.cxf</groupId> |
96 | 96 | <artifactId>cxf-rt-rs-service-description</artifactId> |
97 | | - <version>4.0.9</version> |
| 97 | + <version>4.0.9-SNAPSHOT</version> |
98 | 98 | </dependency> |
99 | 99 | <dependency> |
100 | 100 | <groupId>org.apache.cxf</groupId> |
101 | 101 | <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId> |
102 | | - <version>4.0.9</version> |
| 102 | + <version>4.0.9-SNAPSHOT</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>org.apache.cxf</groupId> |
106 | 106 | <artifactId>cxf-rt-rs-service-description-microprofile-openapi</artifactId> |
107 | | - <version>4.0.9</version> |
| 107 | + <version>4.0.9-SNAPSHOT</version> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>org.apache.cxf</groupId> |
111 | 111 | <artifactId>cxf-rt-rs-mp-client</artifactId> |
112 | | - <version>4.0.9</version> |
| 112 | + <version>4.0.9-SNAPSHOT</version> |
113 | 113 | </dependency> |
114 | 114 | <dependency> |
115 | 115 | <groupId>org.apache.cxf</groupId> |
116 | 116 | <artifactId>cxf-rt-databinding-aegis</artifactId> |
117 | | - <version>4.0.9</version> |
| 117 | + <version>4.0.9-SNAPSHOT</version> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>org.apache.cxf</groupId> |
121 | 121 | <artifactId>cxf-rt-databinding-jaxb</artifactId> |
122 | | - <version>4.0.9</version> |
| 122 | + <version>4.0.9-SNAPSHOT</version> |
123 | 123 | </dependency> |
124 | 124 | <dependency> |
125 | 125 | <groupId>org.apache.cxf</groupId> |
126 | 126 | <artifactId>cxf-rt-rs-extension-providers</artifactId> |
127 | | - <version>4.0.9</version> |
| 127 | + <version>4.0.9-SNAPSHOT</version> |
128 | 128 | </dependency> |
129 | 129 | <dependency> |
130 | 130 | <groupId>org.apache.cxf</groupId> |
131 | 131 | <artifactId>cxf-rt-rs-extension-reactor</artifactId> |
132 | | - <version>4.0.9</version> |
| 132 | + <version>4.0.9-SNAPSHOT</version> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>org.apache.cxf</groupId> |
136 | 136 | <artifactId>cxf-rt-rs-extension-search</artifactId> |
137 | | - <version>4.0.9</version> |
| 137 | + <version>4.0.9-SNAPSHOT</version> |
138 | 138 | </dependency> |
139 | 139 | <dependency> |
140 | 140 | <groupId>org.apache.cxf</groupId> |
141 | 141 | <artifactId>cxf-rt-features-clustering</artifactId> |
142 | | - <version>4.0.9</version> |
| 142 | + <version>4.0.9-SNAPSHOT</version> |
143 | 143 | </dependency> |
144 | 144 | <dependency> |
145 | 145 | <groupId>org.apache.cxf</groupId> |
146 | 146 | <artifactId>cxf-rt-ws-transfer</artifactId> |
147 | | - <version>4.0.9</version> |
| 147 | + <version>4.0.9-SNAPSHOT</version> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>org.apache.cxf</groupId> |
151 | 151 | <artifactId>cxf-rt-transports-websocket</artifactId> |
152 | | - <version>4.0.9</version> |
| 152 | + <version>4.0.9-SNAPSHOT</version> |
153 | 153 | </dependency> |
154 | 154 | <dependency> |
155 | 155 | <groupId>org.apache.commons</groupId> |
|
0 commit comments