Skip to content

Commit

Permalink
[maven-release-plugin] prepare release vaadin-jcrop-root-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Apr 1, 2017
1 parent 20c67cd commit 45768e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.vaadin.addons</groupId>
<artifactId>vaadin-jcrop-root</artifactId>
<packaging>pom</packaging>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>

<modules>
<module>vaadin-jcrop</module>
Expand Down Expand Up @@ -61,7 +60,7 @@
<connection>scm:git:git@github.com:melistik/vaadin-jcrop.git</connection>
<developerConnection>scm:git:git@github.com:melistik/vaadin-jcrop.git</developerConnection>
<url>https://github.com/melistik/vaadin-jcrop.git</url>
<tag>HEAD</tag>
<tag>vaadin-jcrop-root-1.2.0</tag>
</scm>

<repositories>
Expand Down
9 changes: 4 additions & 5 deletions vaadin-jcrop-sample/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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">
<parent>
<artifactId>vaadin-jcrop-root</artifactId>
<groupId>org.vaadin.addons</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +30,7 @@
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>vaadin-jcrop</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -135,7 +134,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-jcrop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.addons</groupId>
<artifactId>vaadin-jcrop</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Jcrop-Wrapper</name>
Expand Down

0 comments on commit 45768e0

Please sign in to comment.