Skip to content

Commit 7ab1316

Browse files
committed
Added param support in SP web services
1 parent a770691 commit 7ab1316

File tree

12 files changed

+30
-12
lines changed

12 files changed

+30
-12
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
FROM blobcity/java8-ubuntu
1919

20-
ENV DB_VER=1.7.9-alpha
20+
ENV DB_VER=1.7.10-alpha
2121

2222
RUN cd / && mkdir data
2323

bean-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>com.blobcity.pom</groupId>
2424
<artifactId>database</artifactId>
25-
<version>1.7.9-alpha</version>
25+
<version>1.7.10-alpha</version>
2626
</parent>
2727

2828
<groupId>com.blobcity.lib</groupId>

console-end-point/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>com.blobcity.pom</groupId>
2424
<artifactId>database</artifactId>
25-
<version>1.7.9-alpha</version>
25+
<version>1.7.10-alpha</version>
2626
</parent>
2727

2828
<groupId>com.blobcity.lib</groupId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
<parent>
2222
<groupId>com.blobcity.pom</groupId>
2323
<artifactId>database</artifactId>
24-
<version>1.7.9-alpha</version>
24+
<version>1.7.10-alpha</version>
2525
</parent>
2626
<artifactId>blobcity-db</artifactId>
2727
<name>BlobCityDB Distribution</name>

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>com.blobcity.pom</groupId>
2424
<artifactId>database</artifactId>
25-
<version>1.7.9-alpha</version>
25+
<version>1.7.10-alpha</version>
2626
</parent>
2727

2828
<groupId>com.blobcity.lib.database</groupId>

launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
<parent>
2222
<groupId>com.blobcity.pom</groupId>
2323
<artifactId>database</artifactId>
24-
<version>1.7.9-alpha</version>
24+
<version>1.7.10-alpha</version>
2525
</parent>
2626

2727
<groupId>com.blobcity.lib.database</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.blobcity.pom</groupId>
66
<artifactId>database</artifactId>
7-
<version>1.7.9-alpha</version>
7+
<version>1.7.10-alpha</version>
88
<packaging>pom</packaging>
99

1010
<name>Kraken [POM]</name>

scripts/blobcity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# The Java implementation to use. This is required.
2323
#export JAVA_HOME=
2424

25-
VERSION="1.7.9-alpha"
25+
VERSION="1.7.10-alpha"
2626
JAVA=""
2727
if [ "$JAVA_HOME" != "" ]; then
2828
JAVA=$JAVA_HOME/bin/java

tableau/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<artifactId>database</artifactId>
2424
<groupId>com.blobcity.pom</groupId>
25-
<version>1.7.9-alpha</version>
25+
<version>1.7.10-alpha</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

tcp-end-point/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
<parent>
2323
<groupId>com.blobcity.pom</groupId>
2424
<artifactId>database</artifactId>
25-
<version>1.7.9-alpha</version>
25+
<version>1.7.10-alpha</version>
2626
</parent>
2727

2828
<groupId>com.blobcity.lib.database</groupId>

0 commit comments

Comments
 (0)