Fixed build

This commit is contained in:
North 2012-09-04 14:06:15 +03:00
parent f5336919ed
commit 8ff5ddf9d4
5 changed files with 5 additions and 21 deletions

View file

@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>com.googlecode.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>0.9.2</version> <version>0.9.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>

View file

@ -23,7 +23,7 @@
<dependency> <dependency>
<groupId>com.googlecode.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>0.9.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.remoting</groupId> <groupId>org.jboss.remoting</groupId>
@ -81,8 +81,4 @@
<finalName>mage-common</finalName> <finalName>mage-common</finalName>
</build> </build>
<properties>
<jspf-version>0.9.2</jspf-version>
</properties>
</project> </project>

View file

@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>com.googlecode.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>0.9.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
@ -49,8 +49,4 @@
<finalName>mage-counter-plugin</finalName> <finalName>mage-counter-plugin</finalName>
</build> </build>
<properties>
<jspf-version>0.9.2</jspf-version>
</properties>
</project> </project>

View file

@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>com.googlecode.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>0.9.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
@ -83,8 +83,4 @@
<finalName>mage-rate-plugin</finalName> <finalName>mage-rate-plugin</finalName>
</build> </build>
<properties>
<jspf-version>0.9.2</jspf-version>
</properties>
</project> </project>

View file

@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>com.googlecode.jspf</groupId> <groupId>com.googlecode.jspf</groupId>
<artifactId>jspf-core</artifactId> <artifactId>jspf-core</artifactId>
<version>${jspf-version}</version> <version>0.9.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
@ -48,8 +48,4 @@
<finalName>mage-theme-plugin</finalName> <finalName>mage-theme-plugin</finalName>
</build> </build>
<properties>
<jspf-version>0.9.2</jspf-version>
</properties>
</project> </project>