Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce committed Sep 11, 2016
2 parents dfc42ec + dffeb0d commit db36e35
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 75 deletions.
38 changes: 32 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.whiley</groupId>
<artifactId>jasm</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -17,10 +17,6 @@
</license>
</licenses>

<scm>
<url>https://github.com/Whiley/Jasm</url>
</scm>

<!-- ============================================== -->
<!-- Description -->
<!-- ============================================== -->
Expand All @@ -32,6 +28,21 @@
developed as part of the Java Compiler Kit (JKit), and is now used
primarily within the Whiley Compiler.
</description>

<url>https://whiley.github.io/Jasm/</url>

<scm>
<url>https://github.com/Whiley/Jasm</url>
</scm>

<developers>
<developer>
<id>redjamjar</id>
<name>David J. Pearce</name>
<email>[email protected]</email>
<url>http://www.ecs.vuw.ac.nz/~djp</url>
</developer>
</developers>

<!-- ============================================== -->
<!-- Dependencies -->
Expand All @@ -55,6 +66,10 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<!-- ============================================== -->
Expand Down Expand Up @@ -123,7 +138,18 @@
<!-- ============================================== -->
<!-- Deployment -->
<!-- ============================================== -->


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit db36e35

Please sign in to comment.