Skip to content

Commit

Permalink
released 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpherion committed Mar 9, 2018
1 parent bd39c8b commit ba36b5f
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion annot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/4.5.2-SNAPSHOT/service-proxy-annot-4.5.2-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/4.6.0/service-proxy-annot-4.6.0.jar" kind="VARJAR" runInBatchMode="false"/>
</factorypath>
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/embedding-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion osgi-extender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
<name>${project.artifactId}</name>
<description>Membrane Service Proxy is an open source, reverse HTTP proxy framework written in Java, licensed under ASF 2.0, that can be used as
- Service Virtualization layer
Expand Down
2 changes: 1 addition & 1 deletion sar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<resource-root path="lib/joda-time-2.1.jar"/>
<resource-root path="lib/json-schema-validator-1.3.3.jar"/>
<resource-root path="lib/libphonenumber-5.1.jar"/>
<resource-root path="lib/service-proxy-core-4.5.2-SNAPSHOT.jar"/>
<resource-root path="lib/service-proxy-core-4.6.0.jar"/>
<resource-root path="lib/rhino-1.7R4.jar"/>
<resource-root path="lib/soa-model-core-1.5.4.jar"/>
<resource-root path="lib/spring-aop-4.2.2.RELEASE.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion war/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/4.5.2-SNAPSHOT/service-proxy-annot-4.5.2-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/4.6.0/service-proxy-annot-4.6.0.jar" kind="VARJAR" runInBatchMode="false"/>
</factorypath>
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>4.5.2-SNAPSHOT</version>
<version>4.6.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit ba36b5f

Please sign in to comment.