Skip to content

Commit

Permalink
Update build tests to account for latest version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ckelleyRH committed Jun 21, 2023
1 parent a9b6d74 commit f75d10f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-Dfile=/usr/lib/java/jss.jar \
-DgroupId=org.dogtagpki.jss \
-DartifactId=jss-base \
-Dversion=5.4.0-SNAPSHOT \
-Dversion=5.5.0-SNAPSHOT \
-Dpackaging=jar \
-DgeneratePom=true
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Compare tomcatjss.jar
run: |
jar tvf ~/build/tomcatjss/jars/tomcatjss.jar | awk '{print $8;}' | sort | tee ant.out
jar tvf main/target/tomcatjss-main-8.4.0-SNAPSHOT.jar | awk '{print $8;}' | grep -v '^META-INF/maven/' | sort > maven.out
jar tvf main/target/tomcatjss-main-8.5.0-SNAPSHOT.jar | awk '{print $8;}' | grep -v '^META-INF/maven/' | sort > maven.out
diff ant.out maven.out
- name: Build Tomcat JSS RPMS with Ant
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.5.0-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-9.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.5.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f75d10f

Please sign in to comment.