File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed
main/java/org/utplsql/cli
test/java/org/utplsql/cli Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >io.github .utplsql</groupId >
5+ <groupId >org .utplsql</groupId >
66 <artifactId >cli</artifactId >
77 <version >1.0-SNAPSHOT</version >
88 <packaging >jar</packaging >
1818
1919 <dependencies >
2020 <dependency >
21- <groupId >com.beust </groupId >
22- <artifactId >jcommander </artifactId >
23- <version >1.69 </version >
21+ <groupId >org.utplsql </groupId >
22+ <artifactId >java-api </artifactId >
23+ <version >1.0-Alpha1 </version >
2424 <scope >compile</scope >
2525 </dependency >
2626 <dependency >
27- <groupId >io.github.utplsql </groupId >
28- <artifactId >java-api </artifactId >
29- <version >1.0-SNAPSHOT </version >
27+ <groupId >com.beust </groupId >
28+ <artifactId >jcommander </artifactId >
29+ <version >1.69 </version >
3030 <scope >compile</scope >
3131 </dependency >
3232 <dependency >
5050 <repositoryLayout >flat</repositoryLayout >
5151 <programs >
5252 <program >
53- <mainClass >io.github .utplsql.cli.Cli</mainClass >
53+ <mainClass >org .utplsql.cli.Cli</mainClass >
5454 <id >utplsql</id >
5555 </program >
5656 </programs >
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import com .beust .jcommander .JCommander ;
44import com .beust .jcommander .Parameter ;
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import com .beust .jcommander .ParameterException ;
44
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import com .beust .jcommander .IStringConverter ;
44
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import java .io .File ;
44import java .util .ArrayList ;
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
3- import io . github .utplsql .api .reporter .Reporter ;
3+ import org .utplsql .api .reporter .Reporter ;
44
55/**
66 * Created by Vinicius on 20/05/2017.
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import com .beust .jcommander .Parameter ;
44import com .beust .jcommander .Parameters ;
5- import io . github .utplsql .api .*;
6- import io . github .utplsql .api .exception .SomeTestsFailedException ;
7- import io . github .utplsql .api .reporter .Reporter ;
8- import io . github .utplsql .api .reporter .ReporterFactory ;
5+ import org .utplsql .api .*;
6+ import org .utplsql .api .exception .SomeTestsFailedException ;
7+ import org .utplsql .api .reporter .Reporter ;
8+ import org .utplsql .api .reporter .ReporterFactory ;
99
1010import java .io .File ;
1111import java .io .FileNotFoundException ;
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import com .beust .jcommander .ParameterException ;
44import org .junit .Assert ;
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import org .junit .Assert ;
44import org .junit .Test ;
Original file line number Diff line number Diff line change 1- package io . github .utplsql .cli ;
1+ package org .utplsql .cli ;
22
33import com .beust .jcommander .JCommander ;
4- import io .github .utplsql .api .CustomTypes ;
54import org .junit .Assert ;
65import org .junit .Test ;
6+ import org .utplsql .api .CustomTypes ;
77
88import java .util .List ;
99
You can’t perform that action at this time.
0 commit comments