Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #124 from ga4gh/revert-116-mvn_central_push_branch
Browse files Browse the repository at this point in the history
Revert "Mvn central push branch"
  • Loading branch information
juhtornr authored Jan 24, 2018
2 parents 14bd534 + cad4db6 commit 0c67024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
49 changes: 1 addition & 48 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
<connection>scm:git:https://github.com/ga4gh/beacon-team</connection>
<developerConnection>scm:git:https://github.com/ga4gh/beacon-team</developerConnection>
<url>https://github.com/ga4gh/beacon-team</url>

<tag>beacon-0.4.0</tag>
</scm>
</scm>

<developers>
<developer>
Expand All @@ -39,13 +37,6 @@
</developer>
</developers>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>


<properties>
<os.maven.version>1.4.0.Final</os.maven.version>

Expand Down Expand Up @@ -88,32 +79,11 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven.clean.plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -195,23 +165,6 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>${protobuf.plugin.version}</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>

Expand Down
12 changes: 0 additions & 12 deletions release.properties

This file was deleted.

0 comments on commit 0c67024

Please sign in to comment.