|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<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"> |
3 | 2 | <modelVersion>4.0.0</modelVersion>
|
4 | 3 | <groupId>org.biojava</groupId>
|
5 | 4 | <artifactId>symmetry-tools</artifactId>
|
6 |
| - <version>0.3.4-SNAPSHOT</version> |
| 5 | + <version>1.0.0</version> |
7 | 6 | <name>RCSB Symmetry</name>
|
8 | 7 |
|
9 | 8 | <properties>
|
|
61 | 60 | < developerConnection>scm:git: [email protected]:rcsb/symmetry-tools.git</ developerConnection>
|
62 | 61 | < connection>scm:git: [email protected]:rcsb/symmetry-tools.git</ connection>
|
63 | 62 | <url>https://github.com/rcsb/symmetry-tools</url>
|
64 |
| - </scm> |
| 63 | + <tag>symmetry-tools-1.0.0</tag> |
| 64 | + </scm> |
65 | 65 | <issueManagement>
|
66 | 66 | <url>https://github.com/rcsb/symmetry-tools/issues</url>
|
67 | 67 | <system>Github</system>
|
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.biojava</groupId>
|
95 | 95 | <artifactId>symmetry</artifactId>
|
96 |
| - <version>0.3.4-SNAPSHOT</version> |
| 96 | + <version>1.0.0</version> |
97 | 97 | </dependency>
|
98 | 98 | <dependency>
|
99 | 99 | <groupId>junit</groupId>
|
|
161 | 161 | </filter>
|
162 | 162 | </filters>
|
163 | 163 | <transformers>
|
164 |
| - <transformer |
165 |
| - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
| 164 | + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
166 | 165 | <manifestEntries>
|
167 | 166 | <Specification-Vendor>RCSB</Specification-Vendor>
|
168 | 167 | <Implementation-Vendor>RCSB</Implementation-Vendor>
|
|
174 | 173 | </manifestEntries>
|
175 | 174 | </transformer>
|
176 | 175 | <!-- This bit merges the various META-INF/services files -->
|
177 |
| - <transformer |
178 |
| - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> |
| 176 | + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> |
179 | 177 | </transformers>
|
180 | 178 | </configuration>
|
181 | 179 | </execution>
|
|
0 commit comments