Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Sep 15, 2016
1 parent 3b34e74 commit 0a3c197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.conterra.devnet</groupId>
<artifactId>ct-mapapps-query-builder</artifactId>
<version>3.1.9-SNAPSHOT</version>
<version>3.1.9</version>
<packaging>jar</packaging>
<!-- DISABLE repositories and pluginRepositories if inside the con terra! -->
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/bundles/dn_querybuilder/config/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Bundle-SymbolicName": "querybuilder-config",
"Bundle-Version": "3.1.9-SNAPSHOT",
"Bundle-Version": "3.1.9",
"Bundle-Name": "${bundleName}",
"Bundle-Description": "${bundleDescription}",
"Bundle-Vendor": "con terra GmbH",
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/bundles/dn_querybuilder/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Bundle-SymbolicName": "dn_querybuilder",
"Bundle-Version": "3.1.9-SNAPSHOT",
"Bundle-Version": "3.1.9",
"Bundle-Name": "${bundleName}",
"Bundle-Description": "${bundleDescription}",
"Bundle-Vendor": "con terra GmbH",
Expand Down

0 comments on commit 0a3c197

Please sign in to comment.