Skip to content

Commit cd5091a

Browse files
authored
Merge pull request #103 from sbliven/master
Update dependencies
2 parents 96b315c + d5e4a26 commit cd5091a

File tree

5 files changed

+22
-312
lines changed

5 files changed

+22
-312
lines changed

pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.biojava</groupId>
55
<artifactId>symmetry</artifactId>
6-
<version>2.1.1-SNAPSHOT</version>
6+
<version>2.2.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
8-
8+
99
<name>RCSB Symmetry</name>
1010
<url>https://github.com/rcsb/symmetry</url>
1111
<description>Tools to detect, analyze, and visualize protein symmetry.
@@ -21,16 +21,16 @@ into BioJava as they mature.</description>
2121
<name>RCSB</name>
2222
<url>http://www.rcsb.org</url>
2323
</organization>
24-
24+
2525
<properties>
2626
<jdk.version>1.8</jdk.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
2929
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
3030
<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>
3434
</properties>
3535

3636
<repositories>
@@ -110,7 +110,7 @@ into BioJava as they mature.</description>
110110
<dependency>
111111
<groupId>junit</groupId>
112112
<artifactId>junit</artifactId>
113-
<version>4.13.1</version>
113+
<version>4.13.2</version>
114114
<scope>test</scope>
115115
</dependency>
116116

@@ -123,7 +123,7 @@ into BioJava as they mature.</description>
123123
<dependency>
124124
<groupId>commons-cli</groupId>
125125
<artifactId>commons-cli</artifactId>
126-
<version>1.3.1</version>
126+
<version>1.4</version>
127127
</dependency>
128128

129129
<dependency>
@@ -161,16 +161,16 @@ into BioJava as they mature.</description>
161161
<!-- runtime scope includes the test scope as well -->
162162
<scope>runtime</scope>
163163
</dependency>
164-
164+
165165
<dependency>
166166
<groupId>xmlunit</groupId>
167167
<artifactId>xmlunit</artifactId>
168168
<version>1.6</version>
169169
</dependency>
170-
170+
171171
</dependencies>
172172
</dependencyManagement>
173-
173+
174174
<build>
175175
<pluginManagement>
176176
<plugins>
@@ -237,8 +237,8 @@ into BioJava as they mature.</description>
237237

238238
<profiles>
239239

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
242242
and the profile in ~/.m2/settings.xml -->
243243
<profile>
244244
<id>codesigning</id>

symmetry-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2-
2+
33
<parent>
44
<groupId>org.biojava</groupId>
55
<artifactId>symmetry</artifactId>
6-
<version>2.1.1-SNAPSHOT</version>
6+
<version>2.2.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>symmetry-core</artifactId>

symmetry-core/src/main/java/org/biojava/nbio/structure/symmetry/analysis/ScanSymmetry.java

-291
This file was deleted.

0 commit comments

Comments
 (0)