File tree Expand file tree Collapse file tree 6 files changed +145
-160
lines changed
main/java/com/github/adriens Expand file tree Collapse file tree 6 files changed +145
-160
lines changed Original file line number Diff line number Diff line change 33.project
44.classpath
55.settings /
6+ .idea
Original file line number Diff line number Diff line change 11language : java
22jdk :
3- - oraclejdk8
3+ - openjdk8
44install : mvn install
55script :
66 - mvn test
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.github.adriens</groupId >
55 <artifactId >schemacrawler-additional-command-csv</artifactId >
6- <version >1.5 -SNAPSHOT</version >
6+ <version >1.6 -SNAPSHOT</version >
77 <name >SchemaCrawler csv lint exporter</name >
88 <description >Schemacrawler command extension that produces a csv
99 of the lints, hence making it integrable wth other reporting tools.
2323 <developerConnection >scm:git:git@github.com:adriens/schemacrawler-additional-command-lints-as-csv.git</developerConnection >
2424 <url >https://github.com/adriens/schemacrawler-additional-command-lints-as-csv/issues</url >
2525 </scm >
26-
26+
2727 <properties >
2828 <!-- Core properties -->
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30-
30+
3131 <!-- Core schemacrawler -->
32- <schemacrawler .version>15.04.01 </schemacrawler .version>
33-
32+ <schemacrawler .version>16.9.4 </schemacrawler .version>
33+
3434 <!-- test dependencies versions -->
3535 <junit .version>4.12</junit .version>
3636 <hsqldb .version>2.4.1</hsqldb .version>
37-
37+
3838 <!-- Lint specific dependencies -->
3939 <commons-csv .version>1.6</commons-csv .version>
40-
40+
4141 <!-- Compile properties -->
4242 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
4343 <maven-shade-plugin .version>3.2.1</maven-shade-plugin .version>
4444 </properties >
45-
45+
4646 <dependencies >
4747 <dependency >
4848 <groupId >junit</groupId >
7272 <version >${commons-csv.version} </version >
7373 </dependency >
7474 </dependencies >
75-
75+
7676 <build >
7777 <plugins >
7878 <plugin >
You can’t perform that action at this time.
0 commit comments