File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >com.csforge</groupId >
6
4
<artifactId >sstable-tools</artifactId >
7
5
<packaging >jar</packaging >
8
- <version >3.11.0-alpha10-SNAPSHOT </version >
6
+ <version >3.11.0-alpha10</version >
9
7
<name >SSTable Tools</name >
10
8
<properties >
11
9
<cassandra .version>3.11.0</cassandra .version>
168
166
</goals >
169
167
<configuration >
170
168
<transformers >
171
- <transformer
172
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
169
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
173
170
<mainClass >com.csforge.sstable.Driver</mainClass >
174
171
<manifestEntries >
175
172
<Premain-Class >org.powermock.modules.agent.PowerMockAgent</Premain-Class >
211
208
<
connection >scm:git:
[email protected] :tolbertam/sstable-tools.git</
connection >
212
209
<
developerConnection >scm:git:
[email protected] :tolbertam/sstable-tools.git</
developerConnection >
213
210
<url >https://github.com/tolbertam/sstable-tools</url >
214
- <tag >HEAD </tag >
211
+ <tag >v3.11.0-alpha10 </tag >
215
212
</scm >
216
213
217
214
<profiles >
You can’t perform that action at this time.
0 commit comments