Skip to content

Commit

Permalink
upgrade to forge 1.4.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
cerker committed Nov 4, 2013
1 parent 44f2a33 commit c3496c2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hibersap.forge</groupId>
<artifactId>hibersap-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>

<properties>
<forge.api.version>1.1.3.Final</forge.api.version>
<hibersap.version>[1.1.0,)</hibersap.version>
<validation-api.version>1.0.0.GA</validation-api.version>
<jco.version>[3.0.0,)</jco.version>
<servlet-api.version>3.0.1</servlet-api.version>
</properties>

<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE (LGPL) Version 3</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
</license>
</licenses>

<properties>
<servlet-api.version>3.0.1</servlet-api.version>
<jco.version>[3.0.0,)</jco.version>
<validation-api.version>1.0.0.GA</validation-api.version>
<hibersap.version>[1.1.0,)</hibersap.version>
<forge.api.version>1.4.2.Final</forge.api.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.forge</groupId>
Expand Down Expand Up @@ -52,7 +47,7 @@
<artifactId>hibersap-jco</artifactId>
<version>${hibersap.version}</version>
</dependency>
<!-- Needed by hibersap-core dependency -->
<!-- Needed by hibersap-core -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand All @@ -63,13 +58,18 @@
<artifactId>sap-jco</artifactId>
<version>${jco.version}</version>
</dependency>
<!-- Needed by sap.jco dependency -->
<!-- Needed by sap.jco -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${servlet-api.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
Expand All @@ -79,7 +79,7 @@
<repository>
<id>repository.hibersap</id>
<name>Hibersap Repository for Maven</name>
<url>http://hibersap.svn.sourceforge.net/viewvc/hibersap/m2repo</url>
<url>https://svn.code.sf.net/p/hibersap/code/m2repo/</url>
</repository>
</repositories>
<build>
Expand Down

0 comments on commit c3496c2

Please sign in to comment.