Skip to content

Commit

Permalink
Prepare release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Oct 12, 2016
1 parent fd8fcae commit 6360d69
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jbake</groupId>
<artifactId>jbake-core</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>jar</packaging>

<name>jbake</name>
Expand Down Expand Up @@ -108,6 +108,28 @@
<downloadSources>true</downloadSources>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
Expand Down Expand Up @@ -174,7 +196,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
Expand Down Expand Up @@ -528,4 +550,12 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>bintray-jbake-maven</id>
<name>jbake-maven</name>
<url>https://api.bintray.com/maven/jbake/maven/jbake-core/;publish=1</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 6360d69

Please sign in to comment.