Skip to content

Commit

Permalink
Teamlevel permission issues (#80)
Browse files Browse the repository at this point in the history
* fixing team level permission issues

* [maven-release-plugin] prepare release 1.3.30

* [maven-release-plugin] prepare for next development iteration

* typo

* [maven-release-plugin] prepare release 1.3.31

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
summitt authored Oct 28, 2024
1 parent e61aea0 commit 47c25f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion WebContent/WEB-INF/jsp/users/Users.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
type="password" placeholder="Sends Registration Email if Blank" autocomplete="new-password">
</div>
<div class="form-group">
<label>Firstame: *</label> <input type="search"
<label>First Name: *</label> <input type="search"
class="form-control" id="fname" placeholder="First">
</div>
<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.faction</groupId>
<artifactId>faction</artifactId>
<version>1.3.30-SNAPSHOT</version>
<version>1.3.32-SNAPSHOT</version>
<packaging>war</packaging>
<name>Faction</name>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml.releaseBackup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.faction</groupId>
<artifactId>faction</artifactId>
<version>1.3.29-SNAPSHOT</version>
<version>1.3.30-SNAPSHOT</version>
<packaging>war</packaging>
<name>Faction</name>
<scm>
Expand Down
8 changes: 4 additions & 4 deletions release.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#release configuration
#Fri Oct 25 09:22:48 CDT 2024
#Fri Oct 25 16:37:09 CDT 2024
completedPhase=end-release
exec.activateProfiles=github
exec.additionalArguments=-Dmaven.javadoc.skip\=true -Dmaven.test.skipTests\=true -Dmaven.test.skip\=true
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.dev.org.faction\:faction=1.3.30-SNAPSHOT
project.rel.org.faction\:faction=1.3.29
project.dev.org.faction\:faction=1.3.31-SNAPSHOT
project.rel.org.faction\:faction=1.3.30
project.scm.org.faction\:faction.connection=scm\:git\:https\://github.com/factionsecurity/faction.git
project.scm.org.faction\:faction.developerConnection=scm\:git\:https\://github.com/factionsecurity/faction.git
project.scm.org.faction\:faction.tag=1.3.14
Expand All @@ -24,7 +24,7 @@ scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.id=faction-web
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tag=1.3.29
scm.tag=1.3.30
scm.tagNameFormat=@{project.version}
scm.url=scm\:git\:https\://github.com/factionsecurity/faction.git
scm.username=summitt

0 comments on commit 47c25f2

Please sign in to comment.