|
33 | 33 | <properties>
|
34 | 34 | <pinot.root>${basedir}/../..</pinot.root>
|
35 | 35 | </properties>
|
| 36 | + <version>1.0.0-hotfix-SNAPSHOT</version> |
| 37 | + <scm> |
| 38 | + < developerConnection>scm:git: [email protected]:apache/pinot.git</ developerConnection> |
| 39 | + <tag>pinot-jdbc-client-1.0.0-hotfix</tag> |
| 40 | + </scm> |
36 | 41 | <build>
|
37 | 42 | <plugins>
|
38 | 43 | <plugin>
|
|
66 | 71 | <dependency>
|
67 | 72 | <groupId>org.apache.pinot</groupId>
|
68 | 73 | <artifactId>pinot-java-client</artifactId>
|
69 |
| - <version>${project.version}</version> |
| 74 | + <version>1.0.0-hotfix</version> |
| 75 | + <exclusions> |
| 76 | + <exclusion> |
| 77 | + <artifactId>pinot-spi</artifactId> |
| 78 | + <groupId>org.apache.pinot</groupId> |
| 79 | + </exclusion> |
| 80 | + <exclusion> |
| 81 | + <artifactId>pinot-segment-spi</artifactId> |
| 82 | + <groupId>org.apache.pinot</groupId> |
| 83 | + </exclusion> |
| 84 | + <exclusion> |
| 85 | + <artifactId>pinot-common</artifactId> |
| 86 | + <groupId>org.apache.pinot</groupId> |
| 87 | + </exclusion> |
| 88 | + </exclusions> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>org.apache.pinot</groupId> |
| 92 | + <artifactId>pinot-spi</artifactId> |
| 93 | + <version>1.0.0</version> |
| 94 | + </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>org.apache.pinot</groupId> |
| 97 | + <artifactId>pinot-segment-spi</artifactId> |
| 98 | + <version>1.0.0</version> |
| 99 | + <exclusions> |
| 100 | + <exclusion> |
| 101 | + <artifactId>pinot-spi</artifactId> |
| 102 | + <groupId>org.apache.pinot</groupId> |
| 103 | + </exclusion> |
| 104 | + </exclusions> |
| 105 | + </dependency> |
| 106 | + <dependency> |
| 107 | + <groupId>org.apache.pinot</groupId> |
| 108 | + <artifactId>pinot-common</artifactId> |
| 109 | + <version>1.0.0</version> |
| 110 | + <exclusions> |
| 111 | + <exclusion> |
| 112 | + <artifactId>pinot-spi</artifactId> |
| 113 | + <groupId>org.apache.pinot</groupId> |
| 114 | + </exclusion> |
| 115 | + <exclusion> |
| 116 | + <artifactId>pinot-segment-spi</artifactId> |
| 117 | + <groupId>org.apache.pinot</groupId> |
| 118 | + </exclusion> |
| 119 | + </exclusions> |
| 120 | + </dependency> |
| 121 | + <dependency> |
| 122 | + <groupId>org.apache.pinot</groupId> |
| 123 | + <artifactId>pinot-segment-local</artifactId> |
| 124 | + <version>1.0.0</version> |
| 125 | + <exclusions> |
| 126 | + <exclusion> |
| 127 | + <artifactId>pinot-spi</artifactId> |
| 128 | + <groupId>org.apache.pinot</groupId> |
| 129 | + </exclusion> |
| 130 | + <exclusion> |
| 131 | + <artifactId>pinot-segment-spi</artifactId> |
| 132 | + <groupId>org.apache.pinot</groupId> |
| 133 | + </exclusion> |
| 134 | + <exclusion> |
| 135 | + <artifactId>pinot-common</artifactId> |
| 136 | + <groupId>org.apache.pinot</groupId> |
| 137 | + </exclusion> |
| 138 | + </exclusions> |
70 | 139 | </dependency>
|
71 | 140 | <dependency>
|
72 | 141 | <groupId>org.apache.pinot</groupId>
|
73 | 142 | <artifactId>pinot-core</artifactId>
|
74 |
| - <version>${project.version}</version> |
| 143 | + <version>1.0.0</version> |
| 144 | + <exclusions> |
| 145 | + <exclusion> |
| 146 | + <artifactId>pinot-spi</artifactId> |
| 147 | + <groupId>org.apache.pinot</groupId> |
| 148 | + </exclusion> |
| 149 | + <exclusion> |
| 150 | + <artifactId>pinot-segment-spi</artifactId> |
| 151 | + <groupId>org.apache.pinot</groupId> |
| 152 | + </exclusion> |
| 153 | + <exclusion> |
| 154 | + <artifactId>pinot-common</artifactId> |
| 155 | + <groupId>org.apache.pinot</groupId> |
| 156 | + </exclusion> |
| 157 | + <exclusion> |
| 158 | + <artifactId>pinot-segment-local</artifactId> |
| 159 | + <groupId>org.apache.pinot</groupId> |
| 160 | + </exclusion> |
| 161 | + </exclusions> |
75 | 162 | </dependency>
|
76 | 163 | <dependency>
|
77 | 164 | <groupId>org.testng</groupId>
|
|
99 | 186 | <artifactId>jsr305</artifactId>
|
100 | 187 | </dependency>
|
101 | 188 | </dependencies>
|
102 |
| - |
103 | 189 | <profiles>
|
104 | 190 | <profile>
|
105 | 191 | <id>build-shaded-jar</id>
|
|
0 commit comments