Skip to content

Commit

Permalink
botched 2.7.8 release re-released
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Jul 23, 2015
1 parent 70eec44 commit 2ee95c2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opensextant</groupId>
<artifactId>xponents-parent</artifactId>
<version>2.7.8</version>
<version>2.7.8a</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opensextant</groupId>
<artifactId>xponents-parent</artifactId>
<version>2.7.8</version>
<version>2.7.8a</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.opensextant</groupId>
<artifactId>xponents-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.7.8</version>
<version>2.7.8a</version>
</parent>

<name>Extraction</name>
Expand Down
2 changes: 1 addition & 1 deletion XText/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opensextant</groupId>
<artifactId>xponents-parent</artifactId>
<version>2.7.8</version>
<version>2.7.8a</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.opensextant</groupId>
<artifactId>xponents-parent</artifactId>
<version>2.7.8</version>
<version>2.7.8a</version>
<packaging>pom</packaging>

<name>OpenSextant Xponents</name>
Expand Down Expand Up @@ -56,7 +56,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>1.7.10</slf4j.version>
<xponents.v>2.7.8</xponents.v>
<xponents.v>2.7.8a</xponents.v>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion script/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</description>

<property name="xponents.home" value="${basedir}/../" />
<property name="version" value="2.7.7"/>
<property name="version" value="2.7"/>
<property name="release" location="${xponents.home}/Xponents-${version}" />

<property name="release.xtext" location="${xponents.home}/XText-${version}" />
Expand Down
2 changes: 1 addition & 1 deletion solr/build.local.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xponents.build.v=2.7.8
xponents.build.v=2.7.8a
#
# Gazetteer catalog. Specify the path to the merged file. Merged.txt is usually the file name in OpenSextant/Gazetteer
gazetteer.data.file=/path/to/merged.csv
Expand Down

0 comments on commit 2ee95c2

Please sign in to comment.