Skip to content

Commit

Permalink
jspc change #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaron Borenstein committed Jul 5, 2015
1 parent eff4512 commit 832c9f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions hq-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
<plugin>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc-compilers</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.0</version>
<executions>
<execution>
<goals>
Expand All @@ -943,11 +943,11 @@
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc-compiler-tomcat8</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc-compiler-tomcat7</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@
<pluginExecutionFilter>
<groupId>org.jasig.mojo.jspc</groupId>
<artifactId>jspc-compilers</artifactId>
<versionRange>2.0.1-SNAPSHOT</versionRange>
<versionRange>2.0.0</versionRange>
<goals>
<goal>compile</goal>
</goals>
Expand Down

0 comments on commit 832c9f3

Please sign in to comment.