Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.8-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Mar 8, 2016
1 parent e261093 commit c144810
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -11,7 +10,7 @@
</parent>

<artifactId>rtree</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>0.8-RC1</version>

<name>${project.artifactId}</name>
<description>Java implementation of an immutable in-memory R-Tree for spatial indexing</description>
Expand Down Expand Up @@ -81,7 +80,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>0.6.5</tag>
<tag>0.8-RC1</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -235,13 +234,13 @@
<phase>generate-sources</phase>
<configuration>
<target>
<echo message="${fbs.dest}"/>
<echo message="${fbs.dest}" />
<delete verbose="true">
<fileset dir="${fbs.dest}" includes="*.java"/>
<fileset dir="${fbs.dest}" includes="*.java" />
</delete>
<copy todir="${basedir}/src/main/java" overwrite="true">
<fileset dir="${fbs.generated.sources}" >
<include name="**/*.java"/>
<fileset dir="${fbs.generated.sources}">
<include name="**/*.java" />
</fileset>
</copy>
</target>
Expand Down

0 comments on commit c144810

Please sign in to comment.