Skip to content

Commit 2a00ece

Browse files
committed
Update to latest release of jszip-maven-plugin
1 parent 708f5b7 commit 2a00ece

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.jszip.maven</groupId>
4545
<artifactId>jszip-maven-plugin</artifactId>
46-
<version>0.1-alpha-4</version>
46+
<version>0.1-alpha-5</version>
4747
<extensions>true</extensions>
4848
</plugin>
4949
</plugins>

webapp/src/build/js/profile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
({
2-
appDir:"/virtual",
3-
dir:"/target",
42
baseUrl:"scripts",
53
optimize: "closure",
64
optimizeCss: "standard",
@@ -9,4 +7,4 @@
97
name:"main"
108
}
119
]
12-
})
10+
})

0 commit comments

Comments
 (0)