|
22 | 22 | <description>A JDBC Driver which acts as a cache</description> |
23 | 23 |
|
24 | 24 | <organization> |
25 | | - <name>QWAZR SAS / Emmanuel Keller</name> |
| 25 | + <name>Emmanuel Keller</name> |
26 | 26 | <url>https://www.qwazr.com</url> |
27 | 27 | </organization> |
28 | 28 |
|
29 | 29 | <developers> |
30 | 30 | <developer> |
31 | 31 | <name>Emmanuel Keller</name> |
32 | 32 | <email>emmanuel@qwazr.com</email> |
33 | | - <organization>QWAZR SAS / Emmanuel Keller</organization> |
| 33 | + <organization>Emmanuel Keller</organization> |
34 | 34 | <organizationUrl>https://www.qwazr.com</organizationUrl> |
35 | 35 | </developer> |
36 | 36 | </developers> |
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.apache.derby</groupId> |
70 | 70 | <artifactId>derby</artifactId> |
71 | | - <version>10.12.1.1</version> |
| 71 | + <version>10.13.1.1</version> |
72 | 72 | <scope>test</scope> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
|
85 | 85 | </dependency> |
86 | 86 | </dependencies> |
87 | 87 |
|
| 88 | + <prerequisites> |
| 89 | + <maven>3.0</maven> |
| 90 | + </prerequisites> |
| 91 | + |
88 | 92 | <build> |
89 | 93 | <plugins> |
90 | 94 | <plugin> |
91 | 95 | <groupId>org.apache.maven.plugins</groupId> |
92 | 96 | <artifactId>maven-compiler-plugin</artifactId> |
93 | | - <version>3.5</version> |
| 97 | + <version>3.6.1</version> |
94 | 98 | <configuration> |
95 | 99 | <source>1.8</source> |
96 | 100 | <target>1.8</target> |
|
99 | 103 | <plugin> |
100 | 104 | <groupId>org.apache.maven.plugins</groupId> |
101 | 105 | <artifactId>maven-source-plugin</artifactId> |
102 | | - <version>2.4</version> |
| 106 | + <version>3.0.1</version> |
103 | 107 | <executions> |
104 | 108 | <execution> |
105 | 109 | <id>attach-sources</id> |
|
112 | 116 | <plugin> |
113 | 117 | <groupId>org.apache.maven.plugins</groupId> |
114 | 118 | <artifactId>maven-javadoc-plugin</artifactId> |
115 | | - <version>2.10.3</version> |
| 119 | + <version>2.10.4</version> |
116 | 120 | <configuration> |
117 | 121 | <failOnError>false</failOnError> |
118 | 122 | <show>private</show> |
|
143 | 147 | <plugin> |
144 | 148 | <groupId>org.apache.maven.plugins</groupId> |
145 | 149 | <artifactId>maven-release-plugin</artifactId> |
146 | | - <version>2.5</version> |
| 150 | + <version>2.5.3</version> |
147 | 151 | <configuration> |
148 | 152 | <autoVersionSubmodules>true</autoVersionSubmodules> |
149 | 153 | <useReleaseProfile>false</useReleaseProfile> |
|
154 | 158 | <plugin> |
155 | 159 | <groupId>org.eluder.coveralls</groupId> |
156 | 160 | <artifactId>coveralls-maven-plugin</artifactId> |
157 | | - <version>4.2.0</version> |
| 161 | + <version>4.3.0</version> |
158 | 162 | </plugin> |
159 | 163 | <plugin> |
160 | 164 | <groupId>org.jacoco</groupId> |
161 | 165 | <artifactId>jacoco-maven-plugin</artifactId> |
162 | | - <version>0.7.6.201602180812</version> |
| 166 | + <version>0.7.9</version> |
163 | 167 | <executions> |
164 | 168 | <execution> |
165 | 169 | <id>prepare-agent</id> |
|
0 commit comments