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

Commit

Permalink
[maven-release-plugin] prepare release lost-parent-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgreb committed Apr 10, 2014
1 parent 7c949cc commit e248024
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions lost-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>

<parent>
<artifactId>lost-parent</artifactId>
<groupId>com.mapzen.android</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>lost-sample</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions lost/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>

<parent>
<artifactId>lost-parent</artifactId>
<groupId>com.mapzen.android</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<artifactId>lost</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.mapzen.android</groupId>
<artifactId>lost-parent</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<name>LOST Parent</name>

Expand All @@ -44,7 +44,7 @@
<url>http://github.com/mapzen/LOST</url>
<connection>scm:git:git://github.com/mapzen/LOST.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mapzen/LOST.git</developerConnection>
<tag>HEAD</tag>
<tag>lost-parent-0.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit e248024

Please sign in to comment.