Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermakovics committed Jul 25, 2018
1 parent 0d7a3af commit 950721c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion instasearch.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="it.unibz.instasearch.feature.indigo"
label="InstaSearch"
version="1.5.7.qualifier"
version="1.5.7"
provider-name="Andrejs Jermakovics"
plugin="it.unibz.instasearch">

Expand Down
2 changes: 1 addition & 1 deletion instasearch.feature/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ajermakovics</groupId>
<artifactId>instasearch</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion instasearch.site/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ajermakovics</groupId>
<artifactId>instasearch</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion instasearch/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: InstaSearch
Bundle-SymbolicName: it.unibz.instasearch;singleton:=true
Bundle-Version: 1.5.7.qualifier
Bundle-Version: 1.5.7
Bundle-Activator: it.unibz.instasearch.InstaSearchPlugin
Bundle-DocURL: https://github.com/ajermakovics/eclipse-instasearch
Bundle-UpdateLocation: http://dl.bintray.com/ajermakovics/InstaSearch/
Expand Down
2 changes: 1 addition & 1 deletion instasearch/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ajermakovics</groupId>
<artifactId>instasearch</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>ajermakovics</groupId>
<artifactId>instasearch</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.7</version>
<packaging>pom</packaging>

<name>Master project</name>
Expand Down

0 comments on commit 950721c

Please sign in to comment.