Skip to content

Commit a0ea5b0

Browse files
committed
version 1.2 will depend on Jackrabbit 2.18.1
1 parent 120d8bf commit a0ea5b0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<maven.compiler.source>1.8</maven.compiler.source>
100100
<maven.compiler.target>1.8</maven.compiler.target>
101101
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
102-
<jackrabbit.version>2.16.3</jackrabbit.version>
102+
<jackrabbit.version>2.18.1</jackrabbit.version>
103103
</properties>
104104

105105
<dependencies>
@@ -124,13 +124,13 @@
124124
<dependency>
125125
<groupId>commons-codec</groupId>
126126
<artifactId>commons-codec</artifactId>
127-
<version>1.10</version>
127+
<version>1.11</version>
128128
<scope>provided</scope>
129129
</dependency>
130130
<dependency>
131131
<groupId>junit</groupId>
132132
<artifactId>junit</artifactId>
133-
<version>4.11</version>
133+
<version>4.12</version>
134134
<scope>test</scope>
135135
</dependency>
136136
</dependencies>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-jarsigner-plugin</artifactId>
170-
<version>1.4</version>
170+
<version>3.0.0</version>
171171
</plugin>
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
@@ -184,15 +184,15 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-resources-plugin</artifactId>
187-
<version>2.6</version>
187+
<version>3.1.0</version>
188188
<configuration>
189189
<encoding>UTF-8</encoding>
190190
</configuration>
191191
</plugin>
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-compiler-plugin</artifactId>
195-
<version>3.1</version>
195+
<version>3.8.0</version>
196196
<configuration>
197197
<source>1.8</source>
198198
<target>1.8</target>
@@ -217,7 +217,7 @@
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-jar-plugin</artifactId>
220-
<version>3.0.2</version>
220+
<version>3.1.1</version>
221221
<configuration>
222222
<archive>
223223
<manifestEntries>
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>pl.project13.maven</groupId>
233233
<artifactId>git-commit-id-plugin</artifactId>
234-
<version>2.2.4</version>
234+
<version>2.2.6</version>
235235
<configuration>
236236
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
237237
<dateFormat>yyyy-MM-dd'T'HH:mm:ssZ</dateFormat>
@@ -299,6 +299,6 @@
299299
</profiles>
300300

301301
<prerequisites>
302-
<maven>3.2.5</maven>
302+
<maven>3.5.4</maven>
303303
</prerequisites>
304304
</project>

0 commit comments

Comments
 (0)