Skip to content

Commit b45c706

Browse files
committed
bump to 8.2.0 - fixes #36
1 parent 86d3085 commit b45c706

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

pom.xml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212
<groupId>org.webjars</groupId>
1313
<artifactId>openlayers</artifactId>
14-
<version>5.3.4-SNAPSHOT</version>
14+
<version>8.2.0-SNAPSHOT</version>
1515
<name>OpenLayers</name>
1616
<description>WebJar for OpenLayers</description>
1717
<url>http://webjars.org</url>
@@ -42,7 +42,7 @@
4242
<properties>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<project.build.outputTimestamp>10</project.build.outputTimestamp>
45-
<upstream.url>https://github.com/openlayers/ol3/releases/download/v${version.unsnapshot}</upstream.url>
45+
<upstream.url>https://github.com/openlayers/openlayers/releases/download/v${version.unsnapshot}</upstream.url>
4646
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${project.version}</destDir>
4747
<requirejs>
4848
{
@@ -81,7 +81,7 @@
8181
</goals>
8282
<configuration>
8383
<url>${upstream.url}</url>
84-
<fromFile>v${version.unsnapshot}.zip</fromFile>
84+
<fromFile>v${version.unsnapshot}-package.zip</fromFile>
8585
<toFile>${project.build.directory}/${project.artifactId}.zip</toFile>
8686
</configuration>
8787
</execution>
@@ -98,12 +98,7 @@
9898
<configuration>
9999
<target>
100100
<echo message="unzip archive" />
101-
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
102-
<echo message="moving resources" />
103-
<move todir="${destDir}">
104-
<fileset dir="${project.build.directory}/v${version.unsnapshot}/build" />
105-
<fileset dir="${project.build.directory}/v${version.unsnapshot}/css" />
106-
</move>
101+
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${destDir}" />
107102
</target>
108103
</configuration>
109104
</execution>
@@ -113,18 +108,18 @@
113108
<plugin>
114109
<groupId>org.apache.maven.plugins</groupId>
115110
<artifactId>maven-release-plugin</artifactId>
116-
<version>3.0.0-M6</version>
111+
<version>3.0.1</version>
117112
</plugin>
118113
<plugin>
119114
<groupId>org.apache.maven.plugins</groupId>
120115
<artifactId>maven-jar-plugin</artifactId>
121-
<version>3.2.2</version>
116+
<version>3.3.0</version>
122117
</plugin>
123118

124119
<plugin>
125120
<groupId>org.sonatype.plugins</groupId>
126121
<artifactId>nexus-staging-maven-plugin</artifactId>
127-
<version>1.6.5</version>
122+
<version>1.6.13</version>
128123
<extensions>true</extensions>
129124
<configuration>
130125
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)