This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
src/main/java/schemacrawler/tools/integration/maven Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 20
20
- id : install-packages
21
21
name : Install packages
22
22
run : |
23
- sudo apt-get update
24
- sudo apt-get install graphviz -qq
23
+ sudo apt-get -qq update
24
+ sudo apt-get -q install graphviz
25
25
- id : show-environment
26
26
name : Show environment
27
27
run : |
Original file line number Diff line number Diff line change 1
1
name : Create Release
2
2
3
3
on :
4
- create :
4
+ push :
5
+ branches-ignore :
6
+ - ' *'
5
7
tags :
6
- - ' v* '
8
+ - v[0-9]+.[0-9]+.[0-9]+
7
9
8
10
jobs :
9
11
build :
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >schemacrawler-parent</artifactId >
7
7
<groupId >us.fatehi</groupId >
8
- <version >16.6 .1</version >
8
+ <version >16.7 .1</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >us.fatehi</groupId >
12
12
<artifactId >schemacrawler-maven-plugin</artifactId >
13
13
<packaging >maven-plugin</packaging >
14
- <version >16.6 .1</version >
14
+ <version >16.7 .1</version >
15
15
<name >SchemaCrawler Report - Maven Plugin</name >
16
16
<inceptionYear >2011</inceptionYear >
17
17
<licenses >
101
101
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
102
102
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
103
103
<skip .signing.artifacts>true</skip .signing.artifacts>
104
- <schemacrawler .version>16.6 .1</schemacrawler .version>
104
+ <schemacrawler .version>16.7 .1</schemacrawler .version>
105
105
<!-- Properties for Site documentation (may not use period)... -->
106
106
<SchemacrawlerVersion >${schemacrawler.version}</SchemacrawlerVersion >
107
107
</properties >
Original file line number Diff line number Diff line change 44
44
import org .apache .maven .reporting .MavenReportException ;
45
45
import schemacrawler .schemacrawler .Config ;
46
46
import schemacrawler .schemacrawler .InfoLevel ;
47
- import schemacrawler .schemacrawler .RegularExpressionRule ;
47
+ import schemacrawler .inclusionrule .RegularExpressionRule ;
48
48
import schemacrawler .schemacrawler .SchemaCrawlerOptions ;
49
49
import schemacrawler .schemacrawler .SchemaCrawlerOptionsBuilder ;
50
50
import schemacrawler .schemacrawler .SchemaRetrievalOptions ;
You can’t perform that action at this time.
0 commit comments