Skip to content

Commit 8977832

Browse files
committed
Fixed name in pom.xml
1 parent b908aa6 commit 8977832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imageviewer-addon/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.tepi</groupId>
5+
<groupId>org.vaadin.addons</groupId>
66
<artifactId>imageviewer</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.0-SNAPSHOT</version>
9-
<name>ImageViewer Vaadin Add-on</name>
8+
<version>0.6.0.v8</version>
9+
<name>ImageViewer</name>
1010

1111
<prerequisites>
1212
<maven>3</maven>

0 commit comments

Comments
 (0)