|
11 | 11 | <packaging>jar</packaging>
|
12 | 12 | <groupId>org.webjars</groupId>
|
13 | 13 | <artifactId>angular-datatables</artifactId>
|
14 |
| - <version>0.4.1-SNAPSHOT</version> |
| 14 | + <version>0.4.2-SNAPSHOT</version> |
15 | 15 | <name>angular-datatables</name>
|
16 | 16 | <description>WebJar for angular-datatables</description>
|
17 | 17 | <url>http://webjars.org</url>
|
18 | 18 |
|
19 | 19 | <properties>
|
20 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
21 |
| - <upstream.version>0.4.0</upstream.version> |
| 21 | + <upstream.version>0.4.2</upstream.version> |
22 | 22 | <upstream.url>http://github.com/l-lin/angular-datatables/archive</upstream.url>
|
23 | 23 | <destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir>
|
24 | 24 | <requirejs>
|
|
121 | 121 | <goals><goal>run</goal></goals>
|
122 | 122 | <configuration>
|
123 | 123 | <target>
|
124 |
| - <echo message="unzip archive" /> |
125 |
| - <unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" /> |
126 |
| - <echo message="moving resources" /> |
| 124 | + <echo message="unzip archive"/> |
| 125 | + <unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}"/> |
| 126 | + <echo message="moving resources"/> |
127 | 127 | <move todir="${destDir}">
|
128 |
| - <fileset dir="${project.build.directory}/${project.artifactId}-${upstream.version}/dist" /> |
| 128 | + <fileset dir="${project.build.directory}/${project.artifactId}-${upstream.version}/dist"/> |
129 | 129 | </move>
|
130 | 130 | </target>
|
131 | 131 | </configuration>
|
|
136 | 136 | <plugin>
|
137 | 137 | <groupId>org.apache.maven.plugins</groupId>
|
138 | 138 | <artifactId>maven-release-plugin</artifactId>
|
139 |
| - <version>2.5</version> |
| 139 | + <version>2.5.1</version> |
140 | 140 | </plugin>
|
141 | 141 |
|
142 | 142 | <plugin>
|
143 | 143 | <groupId>org.sonatype.plugins</groupId>
|
144 | 144 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
145 |
| - <version>1.5.1</version> |
| 145 | + <version>1.6.5</version> |
146 | 146 | <extensions>true</extensions>
|
147 | 147 | <configuration>
|
148 | 148 | <serverId>sonatype-nexus-staging</serverId>
|
|
0 commit comments