Skip to content

Commit 607bd5c

Browse files
committed
Prepared new version, fixed duplicate use of maven-source-plugin
1 parent 5049b36 commit 607bd5c

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

vaadin-maps-leaflet-flow-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.xdev-software</groupId>
1010
<artifactId>vaadin-maps-leaflet-flow-demo</artifactId>
11-
<version>1.0.2</version>
11+
<version>1.0.3</version>
1212
<packaging>war</packaging>
1313

1414
<name>Vaadin Maps Leaflet Flow Demo</name>

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.xdev-software</groupId>
99
<artifactId>vaadin-maps-leaflet-flow</artifactId>
10-
<version>1.0.2</version>
10+
<version>1.0.3</version>
1111
<packaging>jar</packaging>
1212

1313
<name>vaadin-maps-leaflet-flow</name>
@@ -174,20 +174,7 @@
174174
</execution>
175175
</executions>
176176
</plugin>
177-
178-
<plugin>
179-
<groupId>org.apache.maven.plugins</groupId>
180-
<artifactId>maven-source-plugin</artifactId>
181-
<version>2.2.1</version>
182-
<executions>
183-
<execution>
184-
<id>attach-sources</id>
185-
<goals>
186-
<goal>jar</goal>
187-
</goals>
188-
</execution>
189-
</executions>
190-
</plugin>
177+
191178
<plugin>
192179
<groupId>org.apache.maven.plugins</groupId>
193180
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)