|
7 | 7 | <parent>
|
8 | 8 | <groupId>io.netifi.proteus.quickstart</groupId>
|
9 | 9 | <artifactId>proteus-quickstart</artifactId>
|
10 |
| - <version>1.5.0</version> |
| 10 | + <version>1.5.2</version> |
11 | 11 | </parent>
|
12 | 12 |
|
13 | 13 | <artifactId>service-idl</artifactId>
|
14 | 14 | <name>service-idl</name>
|
15 |
| - <version>1.5.0</version> |
| 15 | + <version>${parent.version}</version> |
16 | 16 | <packaging>jar</packaging>
|
17 | 17 | <dependencies>
|
18 | 18 | <dependency>
|
19 | 19 | <groupId>io.netifi.proteus</groupId>
|
20 | 20 | <artifactId>proteus-client</artifactId>
|
21 |
| - <version>${proteusVersion}</version> |
| 21 | + <version>${proteus.version}</version> |
22 | 22 | </dependency>
|
23 | 23 | <dependency>
|
24 | 24 | <groupId>io.netifi.proteus</groupId>
|
25 | 25 | <artifactId>proteus-metrics-micrometer</artifactId>
|
26 |
| - <version>${proteusVersion}</version> |
| 26 | + <version>${proteus.version}</version> |
27 | 27 | <exclusions>
|
28 | 28 | <exclusion>
|
29 | 29 | <groupId>io.rsocket.rpc</groupId>
|
|
34 | 34 | <dependency>
|
35 | 35 | <groupId>io.netifi.proteus</groupId>
|
36 | 36 | <artifactId>proteus-tracing-openzipkin</artifactId>
|
37 |
| - <version>${proteusVersion}</version> |
| 37 | + <version>${proteus.version}</version> |
38 | 38 | <exclusions>
|
39 | 39 | <exclusion>
|
40 | 40 | <groupId>io.rsocket.rpc</groupId>
|
|
50 | 50 | <dependency>
|
51 | 51 | <groupId>io.rsocket.rpc</groupId>
|
52 | 52 | <artifactId>rsocket-rpc-core</artifactId>
|
53 |
| - <version>${rsocketRpcVersion}</version> |
| 53 | + <version>${rsocket.rpc.version}</version> |
54 | 54 | <exclusions>
|
55 | 55 | <exclusion>
|
56 | 56 | <groupId>io.rsocket.rpc</groupId>
|
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>com.google.protobuf</groupId>
|
63 | 63 | <artifactId>protobuf-java</artifactId>
|
64 |
| - <version>${protobufVersion}</version> |
| 64 | + <version>${protobuf.version}</version> |
65 | 65 | </dependency>
|
66 | 66 | </dependencies>
|
67 | 67 |
|
|
98 | 98 | <version>0.5.1</version>
|
99 | 99 | <configuration>
|
100 | 100 | <protocArtifact>
|
101 |
| - com.google.protobuf:protoc:${protobufVersion}:exe:${os.detected.classifier} |
| 101 | + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} |
102 | 102 | </protocArtifact>
|
103 | 103 | <pluginId>rsocketRpc</pluginId>
|
104 | 104 | <pluginArtifact>
|
105 |
| - io.rsocket.rpc:rsocket-rpc-protobuf:${rsocketRpcVersion}:exe:${os.detected.classifier} |
| 105 | + io.rsocket.rpc:rsocket-rpc-protobuf:${rsocket.rpc.version}:exe:${os.detected.classifier} |
106 | 106 | </pluginArtifact>
|
107 | 107 | </configuration>
|
108 | 108 | <executions>
|
|
0 commit comments