Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jasify-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krico committed Apr 15, 2015
1 parent 3d6ee14 commit fe2027a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.jasify</groupId>
<artifactId>jasify</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<packaging>pom</packaging>
<name>Jasify</name>
Expand All @@ -30,7 +27,8 @@
<url>https://github.com/krico/jas</url>
<connection>scm:git:git://github.com/krico/jas.git</connection>
<developerConnection>scm:git:[email protected]:krico/jas.git</developerConnection>
</scm>
<tag>jasify-1.0.2</tag>
</scm>

<developers>
<developer>
Expand Down Expand Up @@ -68,7 +66,7 @@
<module>schedule/schedule-appengine</module>
</modules>

<dependencies/>
<dependencies />

<build>
<plugins>
Expand Down
10 changes: 5 additions & 5 deletions schedule/schedule-appengine/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?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>
<groupId>com.jasify</groupId>
<artifactId>jasify</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<packaging>war</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

<groupId>com.jasify.schedule</groupId>
<artifactId>schedule-appengine</artifactId>
Expand All @@ -20,7 +19,8 @@
<connection>scm:git:[email protected]:krico/jas</connection>
<developerConnection>scm:git:[email protected]:krico/jas</developerConnection>
<url>https://github.com/krico/jas</url>
</scm>
<tag>jasify-1.0.2</tag>
</scm>
<properties>
<appengine.app.version>1</appengine.app.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fe2027a

Please sign in to comment.