Skip to content

Commit

Permalink
Bumped version number of core-assemblies back from 8.0-SNAPSHOT to 7.…
Browse files Browse the repository at this point in the history
…20.1
  • Loading branch information
raboczi committed Jul 10, 2021
1 parent 8804080 commit d675999
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core-assemblies/apromore-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.apromore</groupId>
<artifactId>core-assemblies</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.20.1</version>
</parent>
<artifactId>apromore-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core-assemblies/core-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.apromore</groupId>
<artifactId>core-assemblies</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.20.1</version>
</parent>
<artifactId>core-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core-assemblies/core-features-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.apromore</groupId>
<artifactId>core-assemblies</artifactId>
<version>7.20</version>
<version>7.20.1</version>
</parent>

<artifactId>core-features-itest</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class CoreFeaturesIT extends KarafTestSupport {
public void setup() throws Exception {
String source = executeCommand("shell:source ../../test-classes/setup.karaf");
Assert.assertEquals(
"Adding feature url mvn:org.apromore/core-features/8.0-SNAPSHOT/xml\n" +
"Adding feature url mvn:org.apromore/core-features/7.20.1/xml\n" +
"Creating configuration file ehcache.xml\n" +
"Creating configuration file git.cfg\n" +
"Creating configuration file git.core.cfg\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
log:log "Preparing for Apromore Core features"

# Add the features for Apromore Core Edition
feature:repo-add mvn:org.apromore/core-features/8.0-SNAPSHOT/xml
feature:repo-add mvn:org.apromore/core-features/7.20.1/xml

# Copy the various configuration files to the server (the etc/ directory)
config:install --override file:../../../../../Apromore-Cache/src/main/resources/ehcache.xml ehcache.xml
Expand Down
2 changes: 1 addition & 1 deletion core-assemblies/core-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ config:install file:/wherever/ApromoreCore/target/classes/META-INF/git.propertie
config:install file:/wherever/ApromoreCore/target/classes/META-INF/git.properties git.core.cfg
config:install file:/wherever/ApromoreCore/Supplements/Virgo/portalContext-security.xml portalContext-security.xml
config:install file:/wherever/ApromoreCore/site.properties site.cfg
feature:repo-add mvn:org.apromore/core-features/8.0-SNAPSHOT/xml
feature:repo-add mvn:org.apromore/core-features/7.20.1/xml
feature:install apromore-core
```
2 changes: 1 addition & 1 deletion core-assemblies/core-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.apromore</groupId>
<artifactId>core-assemblies</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.20.1</version>
</parent>
<artifactId>core-features</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core-assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>core-assemblies</artifactId>
<packaging>pom</packaging>
<version>8.0-SNAPSHOT</version>
<version>7.20.1</version>

<modules>
<module>apromore-core</module>
Expand Down
2 changes: 1 addition & 1 deletion site.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Build tagging
version.edition = @version.edition@
version.number = 8.0-SNAPSHOT
version.number = 7.20.1

# Network

Expand Down

0 comments on commit d675999

Please sign in to comment.