Skip to content

Commit

Permalink
released 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rrayst committed Oct 1, 2020
1 parent 6b5d0e9 commit a494e21
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 26 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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT/service-proxy-annot-4.7.3-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/4.7.3/service-proxy-annot-4.7.3.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.7.3-SNAPSHOT</version>
<version>4.7.3</version>
</parent>

<dependencies>
Expand Down
12 changes: 0 additions & 12 deletions distribution/conf/proxies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,7 @@
<index />
</serviceProxy>

<!-- Forwards HTTP requests on port 2001 to some other HTTP server, in this example to www.membrane-soa.org. -->
<serviceProxy name="localhost" port="2001" >
<target host="www.membrane-soa.org" port="80"/>
</serviceProxy>

<!-- Sets up the Administration Web Interface on port 9000-->
<serviceProxy name="Console" port="9000">
<basicAuthentication>
<user name="admin" password="membrane" />
</basicAuthentication>
<adminConsole />
</serviceProxy>

</router>

</spring:beans>
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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT.jar"/>
<resource-root path="lib/service-proxy-core-4.7.3.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.7.3-SNAPSHOT</version>
<version>4.7.3</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.7.3-SNAPSHOT/service-proxy-annot-4.7.3-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/4.7.3/service-proxy-annot-4.7.3.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.7.3-SNAPSHOT</version>
<version>4.7.3</version>
</parent>

<dependencies>
Expand Down

0 comments on commit a494e21

Please sign in to comment.