Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBien committed Aug 26, 2013
1 parent 60327e3 commit 7ce3e0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions multilight/lightfish-st/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,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>
<groupId>org.lightfish</groupId>
<artifactId>lightfish-st</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>lightfish-st</name>
<url>http://lightfish.adam-bien.com</url>
Expand Down
4 changes: 2 additions & 2 deletions multilight/lightfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lightfish</groupId>
<artifactId>lightfish</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>war</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -85,6 +85,6 @@
<connection>scm:git:git@github.com:AdamBien/lightfish.git</connection>
<url>scm:git:git@github.com:AdamBien/lightfish.git</url>
<developerConnection>scm:git:git@github.com:AdamBien/lightfish.git</developerConnection>
<tag>multi-light-1.0</tag>
<tag>v1.2.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion multilight/lightview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.lightview</groupId>
<artifactId>lightview</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>lightview</name>
<url>http://adam-bien.com</url>
Expand Down
4 changes: 2 additions & 2 deletions multilight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lightfish</groupId>
<artifactId>multi-light</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>lightfish</name>
<organization>
Expand Down Expand Up @@ -58,6 +58,6 @@
<connection>scm:git:git@github.com:AdamBien/lightfish.git</connection>
<url>scm:git:git@github.com:AdamBien/lightfish.git</url>
<developerConnection>scm:git:git@github.com:AdamBien/lightfish.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.2.0</tag>
</scm>
</project>

0 comments on commit 7ce3e0f

Please sign in to comment.