Skip to content

Commit

Permalink
[maven-release-plugin] prepare release symmetry-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbliven committed Jun 30, 2018
1 parent 0a94242 commit f7edfa4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.biojava</groupId>
<artifactId>symmetry</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>RCSB Symmetry</name>
Expand Down Expand Up @@ -53,7 +52,7 @@ into BioJava as they mature.</description>
<connection>scm:git:[email protected]:rcsb/symmetry.git</connection>
<developerConnection>scm:git:[email protected]:rcsb/symmetry.git</developerConnection>
<url>https://github.com/rcsb/symmetry</url>
<tag>HEAD</tag>
<tag>symmetry-2.0.0</tag>
</scm>
<issueManagement>
<url>https://github.com/rcsb/symmetry/issues</url>
Expand Down
5 changes: 2 additions & 3 deletions symmetry-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">

<parent>
<groupId>org.biojava</groupId>
<artifactId>symmetry</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>symmetry-core</artifactId>
Expand Down
19 changes: 7 additions & 12 deletions symmetry-tools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<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">
<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">
<parent>
<groupId>org.biojava</groupId>
<artifactId>symmetry</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -23,7 +22,7 @@
<dependency>
<groupId>org.biojava</groupId>
<artifactId>symmetry-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -107,8 +106,7 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Specification-Vendor>RCSB</Specification-Vendor>
<Implementation-Vendor>RCSB</Implementation-Vendor>
Expand All @@ -120,8 +118,7 @@
</manifestEntries>
</transformer>
<!-- This bit merges the various META-INF/services files -->
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down Expand Up @@ -165,8 +162,7 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Specification-Vendor>RCSB</Specification-Vendor>
<Implementation-Vendor>RCSB</Implementation-Vendor>
Expand All @@ -180,8 +176,7 @@
</manifestEntries>
</transformer>
<!-- This bit merges the various META-INF/services files -->
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit f7edfa4

Please sign in to comment.