3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.biojava</groupId >
5
5
<artifactId >symmetry</artifactId >
6
- <version >2.1.1 -SNAPSHOT</version >
6
+ <version >2.2.0 -SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
-
8
+
9
9
<name >RCSB Symmetry</name >
10
10
<url >https://github.com/rcsb/symmetry</url >
11
11
<description >Tools to detect, analyze, and visualize protein symmetry.
@@ -21,16 +21,16 @@ into BioJava as they mature.</description>
21
21
<name >RCSB</name >
22
22
<url >http://www.rcsb.org</url >
23
23
</organization >
24
-
24
+
25
25
<properties >
26
26
<jdk .version>1.8</jdk .version>
27
27
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28
28
<project .build.targetEncoding>UTF-8</project .build.targetEncoding>
29
29
<maven .build.timestamp.format>yyyyMMdd-HHmm</maven .build.timestamp.format>
30
30
<timestamp >${maven.build.timestamp}</timestamp >
31
- <slf4j .version>1.7.19 </slf4j .version>
32
- <log4j .version>2.13.3 </log4j .version>
33
- <biojava .version>5.2.0 </biojava .version>
31
+ <slf4j .version>1.7.30 </slf4j .version>
32
+ <log4j .version>2.14.0 </log4j .version>
33
+ <biojava .version>6.0.0-SNAPSHOT </biojava .version>
34
34
</properties >
35
35
36
36
<repositories >
@@ -110,7 +110,7 @@ into BioJava as they mature.</description>
110
110
<dependency >
111
111
<groupId >junit</groupId >
112
112
<artifactId >junit</artifactId >
113
- <version >4.13.1 </version >
113
+ <version >4.13.2 </version >
114
114
<scope >test</scope >
115
115
</dependency >
116
116
@@ -123,7 +123,7 @@ into BioJava as they mature.</description>
123
123
<dependency >
124
124
<groupId >commons-cli</groupId >
125
125
<artifactId >commons-cli</artifactId >
126
- <version >1.3.1 </version >
126
+ <version >1.4 </version >
127
127
</dependency >
128
128
129
129
<dependency >
@@ -161,16 +161,16 @@ into BioJava as they mature.</description>
161
161
<!-- runtime scope includes the test scope as well -->
162
162
<scope >runtime</scope >
163
163
</dependency >
164
-
164
+
165
165
<dependency >
166
166
<groupId >xmlunit</groupId >
167
167
<artifactId >xmlunit</artifactId >
168
168
<version >1.6</version >
169
169
</dependency >
170
-
170
+
171
171
</dependencies >
172
172
</dependencyManagement >
173
-
173
+
174
174
<build >
175
175
<pluginManagement >
176
176
<plugins >
@@ -237,8 +237,8 @@ into BioJava as they mature.</description>
237
237
238
238
<profiles >
239
239
240
- <!-- Note: before you can use this build profile you need to set up an
241
- environment that contains correctly signed keys. Configure the keystore properties
240
+ <!-- Note: before you can use this build profile you need to set up an
241
+ environment that contains correctly signed keys. Configure the keystore properties
242
242
and the profile in ~/.m2/settings.xml -->
243
243
<profile >
244
244
<id >codesigning</id >
0 commit comments