Skip to content

Commit a7c6905

Browse files
committed
bump to 0.4.2 - fixes #5
1 parent e1194a8 commit a7c6905

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<packaging>jar</packaging>
1212
<groupId>org.webjars</groupId>
1313
<artifactId>angular-datatables</artifactId>
14-
<version>0.4.1-SNAPSHOT</version>
14+
<version>0.4.2-SNAPSHOT</version>
1515
<name>angular-datatables</name>
1616
<description>WebJar for angular-datatables</description>
1717
<url>http://webjars.org</url>
1818

1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<upstream.version>0.4.0</upstream.version>
21+
<upstream.version>0.4.2</upstream.version>
2222
<upstream.url>http://github.com/l-lin/angular-datatables/archive</upstream.url>
2323
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir>
2424
<requirejs>
@@ -121,11 +121,11 @@
121121
<goals><goal>run</goal></goals>
122122
<configuration>
123123
<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"/>
127127
<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"/>
129129
</move>
130130
</target>
131131
</configuration>
@@ -136,13 +136,13 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-release-plugin</artifactId>
139-
<version>2.5</version>
139+
<version>2.5.1</version>
140140
</plugin>
141141

142142
<plugin>
143143
<groupId>org.sonatype.plugins</groupId>
144144
<artifactId>nexus-staging-maven-plugin</artifactId>
145-
<version>1.5.1</version>
145+
<version>1.6.5</version>
146146
<extensions>true</extensions>
147147
<configuration>
148148
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)