Skip to content

Commit 8c0a4f0

Browse files
Upgrade Forge API to 1.4.3.Final
1 parent dfc2790 commit 8c0a4f0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<!-- ******************* -->
1313
<arquillian.version>1.0.3.Final</arquillian.version>
1414
<drone.version>1.2.0.Alpha1</drone.version>
15-
<forge.api.version>1.4.0.Final</forge.api.version>
16-
<!-- 1.4.3 fixes FORGE-1310 -->
17-
<forge.test.version>1.4.3.Final</forge.test.version>
15+
<forge.api.version>1.4.3.Final</forge.api.version>
1816
<freemarker.version>2.3.19</freemarker.version>
1917
<hamcrest.core.version>1.3</hamcrest.core.version>
2018
<javaee.api.version>3.0.1.Final</javaee.api.version>
@@ -133,34 +131,34 @@
133131
<dependency>
134132
<groupId>org.jboss.forge</groupId>
135133
<artifactId>forge-test-harness</artifactId>
136-
<version>${forge.test.version}</version>
134+
<version>${forge.api.version}</version>
137135
<scope>test</scope>
138136
</dependency>
139137
<dependency>
140138
<groupId>org.jboss.forge</groupId>
141139
<artifactId>forge-shell</artifactId>
142-
<version>${forge.test.version}</version>
140+
<version>${forge.api.version}</version>
143141
<scope>test</scope>
144142
</dependency>
145143
<dependency>
146144
<!-- Provides the Forge persistence plugin in the Shell -->
147145
<groupId>org.jboss.forge</groupId>
148146
<artifactId>forge-javaee-impl</artifactId>
149-
<version>${forge.test.version}</version>
147+
<version>${forge.api.version}</version>
150148
<scope>test</scope>
151149
</dependency>
152150
<dependency>
153151
<!-- Provides the Forge scaffold plugin in the Shell -->
154152
<groupId>org.jboss.forge</groupId>
155153
<artifactId>forge-scaffoldx-plugins</artifactId>
156-
<version>${forge.test.version}</version>
154+
<version>${forge.api.version}</version>
157155
<scope>test</scope>
158156
</dependency>
159157
<dependency>
160158
<!-- Provides the Forge dev plugins (java command) in the Shell -->
161159
<groupId>org.jboss.forge</groupId>
162160
<artifactId>forge-dev-plugins</artifactId>
163-
<version>${forge.test.version}</version>
161+
<version>${forge.api.version}</version>
164162
<scope>test</scope>
165163
</dependency>
166164
<dependency>

0 commit comments

Comments
 (0)