|
20 | 20 | <parent> |
21 | 21 | <artifactId>database-plugins-parent</artifactId> |
22 | 22 | <groupId>io.cdap.plugin</groupId> |
23 | | - <version>1.11.0</version> |
| 23 | + <version>1.11.1-SNAPSHOT</version> |
24 | 24 | </parent> |
25 | 25 |
|
26 | 26 | <name>CloudSQL MySQL plugin</name> |
27 | 27 | <artifactId>cloudsql-mysql-plugin</artifactId> |
28 | 28 | <modelVersion>4.0.0</modelVersion> |
29 | | - |
| 29 | + |
30 | 30 | <dependencies> |
31 | 31 | <dependency> |
32 | 32 | <groupId>io.cdap.cdap</groupId> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>io.cdap.plugin</groupId> |
47 | 47 | <artifactId>mysql-plugin</artifactId> |
48 | | - <version>1.11.0</version> |
| 48 | + <version>1.11.1-SNAPSHOT</version> |
49 | 49 | </dependency> |
50 | 50 |
|
51 | 51 | <!-- test dependencies --> |
|
99 | 99 | <scope>test</scope> |
100 | 100 | </dependency> |
101 | 101 | </dependencies> |
102 | | - |
| 102 | + |
103 | 103 | <build> |
104 | 104 | <plugins> |
105 | 105 | <plugin> |
|
128 | 128 | <configuration> |
129 | 129 | <instructions> |
130 | 130 | <_exportcontents> |
131 | | - io.cdap.plugin.cloudsql.mysql.*; |
132 | | - io.cdap.plugin.db.source.*; |
133 | | - io.cdap.plugin.db.sink.*; |
134 | | - io.cdap.plugin.mysql.*; |
135 | | - org.apache.commons.lang.*; |
136 | | - org.apache.commons.logging.*; |
137 | | - org.codehaus.jackson.* |
| 131 | + io.cdap.plugin.cloudsql.mysql.*; |
| 132 | + io.cdap.plugin.db.source.*; |
| 133 | + io.cdap.plugin.db.sink.*; |
| 134 | + io.cdap.plugin.mysql.*; |
| 135 | + org.apache.commons.lang.*; |
| 136 | + org.apache.commons.logging.*; |
| 137 | + org.codehaus.jackson.* |
138 | 138 | </_exportcontents> |
139 | 139 | <Embed-Dependency>*;inline=false;scope=compile</Embed-Dependency> |
140 | 140 | <Embed-Transitive>true</Embed-Transitive> |
|
0 commit comments